BluetoothLEDevice.ConnectionStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the connection status of the device.
public:
property BluetoothConnectionStatus ConnectionStatus { BluetoothConnectionStatus get(); };
BluetoothConnectionStatus ConnectionStatus();
public BluetoothConnectionStatus ConnectionStatus { get; }
var bluetoothConnectionStatus = bluetoothLEDevice.connectionStatus;
Public ReadOnly Property ConnectionStatus As BluetoothConnectionStatus
Property Value
One of the BluetoothConnectionStatus enumeration values that specifies the connection status of the device.
Windows requirements
App capabilities |
bluetooth
|