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