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