Class BluetoothLeServiceData
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the service data information.
C#
Copy
public class BluetoothLeServiceData
- Inheritance
-
objectBluetooth
Le Service Data
Properties
Declaration
C#
Copy
public byte[] ServiceData { get; }
Property Value
Type | Description |
---|---|
byte[] |
Declaration
C#
Copy
public int ServiceDataLength { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
public string ServiceUuid { get; }
Property Value
Type | Description |
---|---|
string |