GattSessionStatusChangedEventArgs.Error Property

Definition

Gets the error of the GATT session.

public:
 property BluetoothError Error { BluetoothError get(); };
BluetoothError Error();
public BluetoothError Error { get; }
var bluetoothError = gattSessionStatusChangedEventArgs.error;
Public ReadOnly Property Error As BluetoothError

Property Value

The error of the GATT session.

Windows requirements

App capabilities
bluetooth

Applies to