Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: bttypes.h
Link against: bluetooth.lib

Class TBTBasebandEventNotification

class TBTBasebandEventNotification;

Description

Contains information resulting from a baseband notification.

Members

Defined in TBTBasebandEventNotification:
ErrorCode(), EventType(), SetErrorCode(), SetEventType(), SymbianErrorCode(), TBTBasebandEventNotification(), TBTBasebandEventNotification(), TBTBasebandEventNotification()


Construction and destruction


TBTBasebandEventNotification()

inline TBTBasebandEventNotification(TUint32 aEventType, TInt aErrorCode=KErrNone);

Description

Constructor.

Parameters

TUint32 aEventType

The type of event.

TInt aErrorCode

The error code.


TBTBasebandEventNotification()

inline TBTBasebandEventNotification();

Description

Default constructor.


TBTBasebandEventNotification()

inline TBTBasebandEventNotification(const TBTBasebandEventNotification &aEvent);

Description

Copy constructor.

Parameters

const TBTBasebandEventNotification &aEvent

The event to copy.

[Top]


Member functions


EventType()

inline TUint32 EventType() const;

Description

The event type.

Return value

TUint32

The event type.


ErrorCode()

inline TInt ErrorCode() const;

Description

The Bluetooth SIG error code associated with the event.

Return value

TInt

The SIG error code.


SymbianErrorCode()

IMPORT_C TInt SymbianErrorCode() const;

Description

The Symbian HCI error code associated with the event.

Return value

TInt

The Symbian error code.


SetEventType()

inline void SetEventType(TUint32 aEventType);

Description

Set the event type.

Parameters

TUint32 aEventType

The event type.


SetErrorCode()

inline void SetErrorCode(TInt aErrorCode);

Description

Set the error code.

Parameters

TInt aErrorCode

The Bluetooth SIG error code.