Location:
btdevice.h
Link against: bluetooth.lib
TBTDeviceClass
Supported from 6.1
Bluetooth service and device class information.
The class specifies the major and minor device class, and a service class.
Defined in TBTDeviceClass
:
DeviceClass()
, ExternalizeL()
, InternalizeL()
, MajorDeviceClass()
, MajorServiceClass()
, MinorDeviceClass()
, TBTDeviceClass()
, operator==()
TBTDeviceClass(TUint32 aDeviceClass);
Constructs with class information specified as a single integer.
|
TBTDeviceClass(TUint16 aMajorServiceClass, TUint8 aMajorDeviceClass, TUint8 aMinorDeviceClass);
Constructs with class information specified as integers.
|
TUint32 DeviceClass() const;
Gets class information as a single integer.
|
TUint8 MinorDeviceClass();
Gets the minor device class.
|
TUint8 MajorDeviceClass();
Gets the major device class.
|
TUint16 MajorServiceClass();
Gets the major service class.
|
TBool operator==(const TBTDeviceClass& aDeviceClass) const;
Tests for equality.
|
|
void ExternalizeL(RWriteStream& aStream) const;
Externalises the object to the specified stream.
|
void InternalizeL(RReadStream& aStream);
Internalises the object from the specified stream.
|