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