Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: btmanclient.h
Link against: bluetooth.lib

Class TBTDeviceSelectionParams

TBTDeviceSelectionParams

Support

Supported from 6.1

Description

Device information used to form a list of possible devices from which the user can select the appropriate device.

Either the device class or the SDP UUID may be left blank. The device selection plug-in must perform a device search relating to the information passed in, although the search need not be constrained by this.

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


Constructor


TBTDeviceSelectionParams()

TBTDeviceSelectionParams();

Description

Default constructor.

[Top]


Getters


DeviceClass()

TBTDeviceClass DeviceClass();

Description

Gets the device class.

Return value

TBTDeviceClass

Device class


UUID()

const TUUID& UUID();

Description

Gets the UUID.

Return value

TUUID&

UUID

[Top]


Setters


SetDeviceClass()

void SetDeviceClass(TBTDeviceClass aClass);

Description

Sets the device class.

Parameters

TBTDeviceClass aClass

Device class


SetUUID()

void SetUUID(const TUUID& aUUID);

Description

Sets the UUID.

Parameters

const TUUID& aUUID

UUID

[Top]


Testers


IsValidDeviceClass()

TBool IsValidDeviceClass();

Description

Tests if the device class has been set.

Return value

TBool

True if set, else false


IsValidUUID()

TBool IsValidUUID();

Description

Tests if the UUID has been set.

Return value

TBool

True if set, else false