Class BluetoothClass
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class is used to handle the device class types and the service.
public class BluetoothClass
- Inheritance
-
objectBluetoothClass
Properties
View SourceMajorDeviceClassType
The type of the major device class.
Declaration
public BluetoothMajorDeviceClassType MajorDeviceClassType { get; }
Property Value
Type | Description |
---|---|
BluetoothMajorDeviceClassType |
MajorServiceClassMask
The major service class mask.
Declaration
public int MajorServiceClassMask { get; }
Property Value
Type | Description |
---|---|
int |
MinorDeviceClassType
The type of the minor device class.
Declaration
public BluetoothMinorDeviceClassType MinorDeviceClassType { get; }
Property Value
Type | Description |
---|---|
BluetoothMinorDeviceClassType |