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