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.
Value
BluetoothError BluetoothError BluetoothError BluetoothError

The error of the GATT session.

Status Status Status Status

Gets the status of the GATT session.

public : GattSessionStatus Status { get; }public GattSessionStatus Status { get; }Public ReadOnly Property Status As GattSessionStatus// You can use this property in JavaScript.