|
|
|
|
Location:
bttypes.h
Link against: bluetooth.lib
class TBTBasebandEventNotification;
Contains information resulting from a baseband notification.
Defined in TBTBasebandEventNotification:
ErrorCode(), EventType(), SetErrorCode(), SetEventType(), SymbianErrorCode(), TBTBasebandEventNotification(), TBTBasebandEventNotification(), TBTBasebandEventNotification()
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.
|