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
-
System.Object
BluetoothClass
Properties
View Source
MajorDeviceClassType
The type of the major device class.
Declaration
public BluetoothMajorDeviceClassType MajorDeviceClassType { get; }
Property Value
API Level: 3
View Source
MajorServiceClassMask
The major service class mask.
Declaration
public int MajorServiceClassMask { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
View Source
MinorDeviceClassType
The type of the minor device class.
Declaration
public BluetoothMinorDeviceClassType MinorDeviceClassType { get; }
Property Value
API Level: 3