Class BluetoothServiceData
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the Bluetooth service data.
public class BluetoothServiceData
- Inheritance
-
objectBluetoothServiceData
Constructors
View SourceBluetoothServiceData()
The default constructor. Initializes an object of the BluetoothServiceData.
Declaration
public BluetoothServiceData()
Properties
View SourceData
The service data.
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
DataLength
The data length of the service data.
Declaration
public int DataLength { get; set; }
Property Value
Type | Description |
---|---|
int |
Uuid
The UUID of the service.
Declaration
public string Uuid { get; set; }
Property Value
Type | Description |
---|---|
string |