Class BluetoothLeServiceData

    Definition

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

    This class contains the service data information.

    public class BluetoothLeServiceData
    Inheritance
    object
    BluetoothLeServiceData

    Properties

    View Source

    ServiceData

    The Bluetooth LE service data.

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

    ServiceDataLength

    The length of the service data.

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

    ServiceUuid

    The Bluetooth LE service UUID.

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