Class BluetoothDeviceConnectionData

    Definition

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

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

    public class BluetoothDeviceConnectionData
    Inheritance
    object
    BluetoothDeviceConnectionData

    Properties

    View Source

    Address

    The device address.

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

    DisconnectReason

    The disconnect reason.

    Declaration
    public BluetoothDisconnectReason DisconnectReason { get; }
    Property Value
    Type Description
    BluetoothDisconnectReason
    View Source

    LinkType

    The type of the connection link.

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