TBTBasebandEventNotification Class Reference

#include <bttypes.h>

Link against: bluetooth.lib

class TBTBasebandEventNotification

Detailed Description

Contains information resulting from a baseband notification.

Constructor & Destructor Documentation

TBTBasebandEventNotification ( TUint32, TInt )

TBTBasebandEventNotification(TUint32aEventType,
TIntaErrorCode =  KErrNone
)[inline]

Constructor.

ParameterDescription
aEventTypeThe type of event.
aErrorCodeThe error code.

TBTBasebandEventNotification ( )

TBTBasebandEventNotification()[inline]

Default constructor.

TBTBasebandEventNotification ( const TBTBasebandEventNotification & )

TBTBasebandEventNotification(const TBTBasebandEventNotification &aEvent)[inline]

Copy constructor.

ParameterDescription
aEventThe event to copy.

Member Function Documentation

ErrorCode ( )

TInt ErrorCode()const [inline]

The Bluetooth SIG error code associated with the event.

Returns: The SIG error code.

EventType ( )

TUint32 EventType()const [inline]

The event type.

Returns: The event type.

SetErrorCode ( TInt )

voidSetErrorCode(TIntaErrorCode)[inline]

Set the error code.

ParameterDescription
aErrorCodeThe Bluetooth SIG error code.

SetEventType ( TUint32 )

voidSetEventType(TUint32aEventType)[inline]

Set the event type.

ParameterDescription
aEventTypeThe event type.

SymbianErrorCode ( )

IMPORT_C TIntSymbianErrorCode()const

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

Returns: The Symbian error code.Symbian error code