Class ManufacturerData

Definition

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

This class contains the information of the manufacturer data.

C#
Copy
public class ManufacturerData
Inheritance
System.Object
ManufacturerData

Constructors

View Source

ManufacturerData()

The default Constructor. Initializes an object of the ManufacturerData.

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

Properties

View Source

Data

The manufacturer data.

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

DataLength

The length of the manufacturer data.

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

Id

The manufacturer ID.

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