|
||
class TBTBasebandEventNotification;
Contains information resulting from a baseband notification.
Defined in TBTBasebandEventNotification
:
ErrorCode()const
The Bluetooth SIG error code associated with the event. EventType()const
The event type. SetErrorCode(TInt)
Set the error code. SetEventType(TUint32)
Set the event type. SymbianErrorCode()const
The Symbian HCI error code associated with the event. TBTBasebandEventNotification()
Default constructor.TBTBasebandEventNotification(TUint32,TInt)
Constructor. TBTBasebandEventNotification(const TBTBasebandEventNotification &)
Copy constructor. inline TBTBasebandEventNotification(TUint32 aEventType, TInt aErrorCode=KErrNone);
Constructor.
|
inline TBTBasebandEventNotification(const TBTBasebandEventNotification &aEvent);
Copy constructor.
|
inline TInt ErrorCode() const;
The Bluetooth SIG error code associated with the event.
|
IMPORT_C TInt SymbianErrorCode() const;
The Symbian HCI error code associated with the event.
|
inline void SetEventType(TUint32 aEventType);
Set the event type.
|
inline void SetErrorCode(TInt aErrorCode);
Set the error code.
|