TBTBasebandEventNotification Class Reference

class TBTBasebandEventNotification

Contains information resulting from a baseband notification.

Constructor & Destructor Documentation

TBTBasebandEventNotification(TUint32, TInt)

TBTBasebandEventNotification(TUint32aEventType,
TIntaErrorCode =  KErrNone
)[inline]

Constructor.

Parameters

TUint32 aEventTypeThe 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 & aEventThe 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)

voidSetErrorCode(TIntaErrorCode)[inline]

Set the error code.

Parameters

TInt aErrorCodeThe Bluetooth SIG error code.

SetEventType(TUint32)

voidSetEventType(TUint32aEventType)[inline]

Set the event type.

Parameters

TUint32 aEventTypeThe event type.

SymbianErrorCode()

IMPORT_C TIntSymbianErrorCode()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]