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.

C#
Copy
public class BluetoothDeviceConnectionData
Inheritance
System.Object
BluetoothDeviceConnectionData

Properties

View Source

Address

The device address.

Declaration
C#
Copy
public string Address { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

DisconnectReason

The disconnect reason.

Declaration
C#
Copy
public BluetoothDisconnectReason DisconnectReason { get; }
Property Value
Type Description
BluetoothDisconnectReason
API Level: 3
View Source

LinkType

The type of the connection link.

Declaration
C#
Copy
public BluetoothConnectionLinkType LinkType { get; }
Property Value
Type Description
BluetoothConnectionLinkType
API Level: 3