TBTDeviceSelectionParams Class Reference

class TBTDeviceSelectionParams

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

Constructor & Destructor Documentation

TBTDeviceSelectionParams()

IMPORT_CTBTDeviceSelectionParams()

Constructor. Sets iValidDeviceClass and iValidUuid to EFalse.

Member Functions Documentation

DeviceClass()

IMPORT_C TBTDeviceClassDeviceClass()

Returns the device class contained within these params.

IsValidDeviceClass()

IMPORT_C TBoolIsValidDeviceClass()

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

IsValidUUID()

IMPORT_C TBoolIsValidUUID()

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

SetDeviceClass(TBTDeviceClass)

IMPORT_C voidSetDeviceClass(TBTDeviceClassaClass)

Sets the device class to aClass.

Parameters

TBTDeviceClass aClass"The device class"

SetUUID(const TUUID &)

IMPORT_C voidSetUUID(const TUUID &aUUID)

Sets the UUID to aUUID.

Parameters

const TUUID & aUUID"The UUID"

UUID()

IMPORT_C const TUUID &UUID()

Returns the UUID contained within these params.

Member Data Documentation

TBTDeviceClass iDeviceClass

TBTDeviceClass iDeviceClass[private]

The device class

TUint32 iPadding1

TUint32 iPadding1[private]

TUint32 iPadding2

TUint32 iPadding2[private]

TUUID iSdpUuid

TUUID iSdpUuid[private]

The sdp uuid

TBool iValidDeviceClass

TBool iValidDeviceClass[private]

ETrue if iDeviceClass has been set, EFalse if not

TBool iValidUuid

TBool iValidUuid[private]

ETrue if iSdpUuid has be set, EFalse if not