Class BluetoothLeServiceData
Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
This class contains the service data information.
public class BluetoothLeServiceData
- Inheritance
-
BluetoothLeServiceData
Properties
View SourceServiceData
The Bluetooth LE service data.
Declaration
public byte[] ServiceData { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 3
View SourceServiceDataLength
The length of the service data.
Declaration
public int ServiceDataLength { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceServiceUuid
The Bluetooth LE service UUID.
Declaration
public string ServiceUuid { get; }
Property Value
Type | Description |
---|---|
String |