GattSessionStatusChangedEventArgs
GattSessionStatusChangedEventArgs
GattSessionStatusChangedEventArgs
GattSessionStatusChangedEventArgs
Class
Definition
This class represents the SessionStatusChanged event args.
public : sealed class GattSessionStatusChangedEventArgs : IGattSessionStatusChangedEventArgspublic sealed class GattSessionStatusChangedEventArgs : IGattSessionStatusChangedEventArgsPublic NotInheritable Class GattSessionStatusChangedEventArgs Implements IGattSessionStatusChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Properties
Error Error Error Error
Gets the error of the GATT session.
public : BluetoothError Error { get; }public BluetoothError Error { get; }Public ReadOnly Property Error As BluetoothError// You can use this property in JavaScript.
The error of the GATT session.