Class BluetoothServiceData

    Definition

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

    This class contains the information of the Bluetooth service data.

    public class BluetoothServiceData
    Inheritance
    object
    BluetoothServiceData

    Constructors

    View Source

    BluetoothServiceData()

    The default constructor. Initializes an object of the BluetoothServiceData.

    Declaration
    public BluetoothServiceData()

    Properties

    View Source

    Data

    The service data.

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

    DataLength

    The data length of the service data.

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

    Uuid

    The UUID of the service.

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