Class BluetoothServiceData

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll

This class contains the information of the Bluetooth service data.

C#
Copy
public class BluetoothServiceData
Inheritance
object
BluetoothServiceData

Constructors

View Source

BluetoothServiceData()

The default constructor. Initializes an object of the BluetoothServiceData.

Declaration
C#
Copy
public BluetoothServiceData()

Properties

View Source

Data

The service data.

Declaration
C#
Copy
public byte[] Data { get; set; }
Property Value
Type Description
byte[]
View Source

DataLength

The data length of the service data.

Declaration
C#
Copy
public int DataLength { get; set; }
Property Value
Type Description
int
View Source

Uuid

The UUID of the service.

Declaration
C#
Copy
public string Uuid { get; set; }
Property Value
Type Description
string