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_C TBTDeviceSelectionParams ( )

Constructor. Sets iValidDeviceClass and iValidUuid to EFalse.

Member Functions Documentation

DeviceClass()

IMPORT_C TBTDeviceClass DeviceClass ( )

Returns the device class contained within these params.

IsValidDeviceClass()

IMPORT_C TBool IsValidDeviceClass ( )

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

IsValidUUID()

IMPORT_C TBool IsValidUUID ( )

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

SetDeviceClass(TBTDeviceClass)

IMPORT_C void SetDeviceClass ( TBTDeviceClass aClass )

Sets the device class to aClass.

Parameters

TBTDeviceClass aClass "The device class"

SetUUID(const TUUID &)

IMPORT_C void SetUUID ( 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