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