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.
public class BluetoothServiceData
- Inheritance
-
BluetoothServiceData
Constructors
View SourceBluetoothServiceData()
The default constructor. Initializes an object of the BluetoothServiceData.
Declaration
public BluetoothServiceData()
API Level: 3
Properties
View SourceData
The service data.
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 3
View SourceDataLength
The data length of the service data.
Declaration
public int DataLength { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceUuid
The UUID of the service.
Declaration
public string Uuid { get; set; }
Property Value
Type | Description |
---|---|
String |