| class TBTBasebandEventNotification |
Contains information resulting from a baseband notification.
| Public Member Functions | |
|---|---|
| TBTBasebandEventNotification(TUint32, TInt) | |
| TBTBasebandEventNotification() | |
| TBTBasebandEventNotification(const TBTBasebandEventNotification &) | |
| TInt | ErrorCode() |
| TUint32 | EventType() |
| void | SetErrorCode(TInt) |
| void | SetEventType(TUint32) |
| IMPORT_C TInt | SymbianErrorCode() |
| Private Attributes | |
|---|---|
| TInt | iErrorCode |
| TUint32 | iEventType |
| TBTBasebandEventNotification | ( | TUint32 | aEventType, |
| TInt | aErrorCode = KErrNone | ||
| ) | [inline] | ||
Constructor.
| TBTBasebandEventNotification | ( | const TBTBasebandEventNotification & | aEvent | ) | [inline] |
Copy constructor.
| const TBTBasebandEventNotification & aEvent | The event to copy. |
| TInt | ErrorCode | ( | ) | const [inline] |
The Bluetooth SIG error code associated with the event. The SIG error code.
| void | SetErrorCode | ( | TInt | aErrorCode | ) | [inline] |
Set the error code.
| TInt aErrorCode | The Bluetooth SIG error code. |
| void | SetEventType | ( | TUint32 | aEventType | ) | [inline] |
Set the event type.
| TUint32 aEventType | The event type. |
| IMPORT_C TInt | SymbianErrorCode | ( | ) | const |
The Symbian HCI error code associated with the event. The Symbian error code.