TBTBasebandEventNotification Class Reference

class TBTBasebandEventNotification

Contains information resulting from a baseband notification.

Constructor & Destructor Documentation

TBTBasebandEventNotification(TUint32, TInt)

TBTBasebandEventNotification ( TUint32 aEventType,
TInt aErrorCode =  KErrNone
) [inline]

Constructor.

Parameters

TUint32 aEventType The type of event.
TInt aErrorCode =  KErrNone The error code.

TBTBasebandEventNotification()

TBTBasebandEventNotification ( ) [inline]

Default constructor.

TBTBasebandEventNotification(const TBTBasebandEventNotification &)

TBTBasebandEventNotification ( const TBTBasebandEventNotification & aEvent ) [inline]

Copy constructor.

Parameters

const TBTBasebandEventNotification & aEvent The event to copy.

Member Functions Documentation

ErrorCode()

TInt ErrorCode ( ) const [inline]

The Bluetooth SIG error code associated with the event.

EventType()

TUint32 EventType ( ) const [inline]

The event type.

SetErrorCode(TInt)

void SetErrorCode ( TInt aErrorCode ) [inline]

Set the error code.

Parameters

TInt aErrorCode The Bluetooth SIG error code.

SetEventType(TUint32)

void SetEventType ( TUint32 aEventType ) [inline]

Set the event type.

Parameters

TUint32 aEventType The event type.

SymbianErrorCode()

IMPORT_C TInt SymbianErrorCode ( ) const

The Symbian HCI error code associated with the event. Returns an error in 'Symbian' format

Member Data Documentation

TInt iErrorCode

TInt iErrorCode [private]

TUint32 iEventType

TUint32 iEventType [private]