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