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