Location:
btextnotifiers.h
Link against: btextnotifiers.lib
class TBTDeviceSelectionParams;
Class to allow parameters to be sent to the device selection dialog via the RNotifier
API.
Defined in TBTDeviceSelectionParams
:
DeviceClass()
, IsValidDeviceClass()
, IsValidUUID()
, SetDeviceClass()
, SetUUID()
, TBTDeviceSelectionParams()
, UUID()
IMPORT_C TBTDeviceSelectionParams();
Constructor. Sets iValidDeviceClass and iValidUuid to EFalse.
IMPORT_C void SetUUID(const TUUID &aUUID);
Sets the UUID to aUUID.
|
IMPORT_C void SetDeviceClass(TBTDeviceClass aClass);
Sets the device class to aClass.
|
IMPORT_C const TUUID &UUID();
Returns the UUID contained within these params.
|
IMPORT_C TBTDeviceClass DeviceClass();
Returns the device class contained within these params.
|
IMPORT_C TBool IsValidDeviceClass();
Returns ETrue if the device class has been set using SetDeviceClass(.).
|
IMPORT_C TBool IsValidUUID();
Returns ETrue if the UUID has been set using SetUUID(.).
|