Class BluetoothServiceData

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

This class contains the information of the Bluetooth service data.

C#
Copy
public class BluetoothServiceData
Inheritance
System.Object
BluetoothServiceData

Constructors

View Source

BluetoothServiceData()

The default constructor. Initializes an object of the BluetoothServiceData.

Declaration
C#
Copy
public BluetoothServiceData()
API Level: 3

Properties

View Source

Data

The service data.

Declaration
C#
Copy
public byte[] Data { get; set; }
Property Value
Type Description
System.Byte[]
API Level: 3
View Source

DataLength

The data length of the service data.

Declaration
C#
Copy
public int DataLength { get; set; }
Property Value
Type Description
Int32
API Level: 3
View Source

Uuid

The UUID of the service.

Declaration
C#
Copy
public string Uuid { get; set; }
Property Value
Type Description
System.String
API Level: 3