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