Class BluetoothDeviceSdpData

    Definition

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

    This class contains the information of the Bluetooth device SDP data.

    public class BluetoothDeviceSdpData
    Inheritance
    object
    BluetoothDeviceSdpData

    Properties

    View Source

    DeviceAddress

    The device address.

    Declaration
    public string DeviceAddress { get; }
    Property Value
    Type Description
    string
    View Source

    ServiceUuid

    The service UUID.

    Declaration
    public IEnumerable<string> ServiceUuid { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><string>
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX