Class ManufacturerData

    Definition

    Namespace:
    Tizen.Network.Bluetooth
    Assembly:
    Tizen.Network.Bluetooth.dll

    This class contains the information of the manufacturer data.

    public class ManufacturerData
    Inheritance
    object
    ManufacturerData

    Constructors

    View Source

    ManufacturerData()

    The default Constructor. Initializes an object of the ManufacturerData.

    Declaration
    public ManufacturerData()

    Properties

    View Source

    Data

    The manufacturer data.

    Declaration
    public byte[] Data { get; set; }
    Property Value
    Type Description
    byte[]
    View Source

    DataLength

    The length of the manufacturer data.

    Declaration
    public int DataLength { get; set; }
    Property Value
    Type Description
    int
    View Source

    Id

    The manufacturer ID.

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX