Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <bttypes.h>
Link against: bluetooth.lib

Class TBTBasebandEventNotification

class TBTBasebandEventNotification;

Description

Contains information resulting from a baseband notification.

Members

Defined in TBTBasebandEventNotification:


Construction and destruction


TBTBasebandEventNotification(TUint32,TInt)

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(const TBTBasebandEventNotification &)

inline TBTBasebandEventNotification(const TBTBasebandEventNotification &aEvent);

Description

Copy constructor.

Parameters

const TBTBasebandEventNotification &aEvent

The event to copy.

[Top]


Member functions


EventType()const

inline TUint32 EventType() const;

Description

The event type.

Return value

TUint32

The event type.


ErrorCode()const

inline TInt ErrorCode() const;

Description

The Bluetooth SIG error code associated with the event.

Return value

TInt

The SIG error code.


SymbianErrorCode()const

IMPORT_C TInt SymbianErrorCode() const;

Description

The Symbian HCI error code associated with the event.

Return value

TInt

The Symbian error code.


SetEventType(TUint32)

inline void SetEventType(TUint32 aEventType);

Description

Set the event type.

Parameters

TUint32 aEventType

The event type.


SetErrorCode(TInt)

inline void SetErrorCode(TInt aErrorCode);

Description

Set the error code.

Parameters

TInt aErrorCode

The Bluetooth SIG error code.