Class ManufacturerData
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the manufacturer data.
C#
Copy
public class ManufacturerData
- Inheritance
-
objectManufacturer
Data
Constructors
View Source
ManufacturerData()
The default Constructor. Initializes an object of the ManufacturerData.
Declaration
C#
Copy
public ManufacturerData()
Properties
Declaration
C#
Copy
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
Declaration
C#
Copy
public int DataLength { get; set; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |