Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: btextnotifiers.h
Link against: btextnotifiers.lib

Class TBTDeviceSelectionParams

class TBTDeviceSelectionParams;

Description

Class to allow parameters to be sent to the device selection dialog via the RNotifier API.

Members

Defined in TBTDeviceSelectionParams:
DeviceClass(), IsValidDeviceClass(), IsValidUUID(), SetDeviceClass(), SetUUID(), TBTDeviceSelectionParams(), UUID()


Construction and destruction


TBTDeviceSelectionParams()

IMPORT_C TBTDeviceSelectionParams();

Description

Constructor. Sets iValidDeviceClass and iValidUuid to EFalse.

[Top]


Member functions


SetUUID()

IMPORT_C void SetUUID(const TUUID &aUUID);

Description

Sets the UUID to aUUID.

Parameters

const TUUID &aUUID

"The UUID"


SetDeviceClass()

IMPORT_C void SetDeviceClass(TBTDeviceClass aClass);

Description

Sets the device class to aClass.

Parameters

TBTDeviceClass aClass

"The device class"


UUID()

IMPORT_C const TUUID &UUID();

Description

Returns the UUID contained within these params.

Return value

const TUUID &

The UUID. The reference will remain valid while this object is in scope.


DeviceClass()

IMPORT_C TBTDeviceClass DeviceClass();

Description

Returns the device class contained within these params.

Return value

TBTDeviceClass

The device class.


IsValidDeviceClass()

IMPORT_C TBool IsValidDeviceClass();

Description

Returns ETrue if the device class has been set using SetDeviceClass(.).

Return value

TBool

ETrue if the device class has been set, EFalse if not.


IsValidUUID()

IMPORT_C TBool IsValidUUID();

Description

Returns ETrue if the UUID has been set using SetUUID(.).

Return value

TBool

ETrue if the UUID has been set, EFalse if not.