GattRequestStateChangedEventArgs GattRequestStateChangedEventArgs GattRequestStateChangedEventArgs GattRequestStateChangedEventArgs Class

Definition

This class defines arguments of StateChanged.

public : sealed class GattRequestStateChangedEventArgs : IGattRequestStateChangedEventArgspublic sealed class GattRequestStateChangedEventArgs : IGattRequestStateChangedEventArgsPublic NotInheritable Class GattRequestStateChangedEventArgs Implements IGattRequestStateChangedEventArgs// 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 Bluetooth error.

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

State State State State

Gets the state of the read request.

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