Class BluetoothDeviceConnectionData
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the Bluetooth device connection data.
public class BluetoothDeviceConnectionData
- Inheritance
-
objectBluetoothDeviceConnectionData
Properties
View SourceAddress
The device address.
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
string |
DisconnectReason
The disconnect reason.
Declaration
public BluetoothDisconnectReason DisconnectReason { get; }
Property Value
Type | Description |
---|---|
BluetoothDisconnectReason |
LinkType
The type of the connection link.
Declaration
public BluetoothConnectionLinkType LinkType { get; }
Property Value
Type | Description |
---|---|
BluetoothConnectionLinkType |