GattReadRequestedEventArgs GattReadRequestedEventArgs GattReadRequestedEventArgs GattReadRequestedEventArgs Class

Definition

This class contains the arguments for the StateChanged event.

public : sealed class GattReadRequestedEventArgs : IGattReadRequestedEventArgspublic sealed class GattReadRequestedEventArgs : IGattReadRequestedEventArgsPublic NotInheritable Class GattReadRequestedEventArgs Implements IGattReadRequestedEventArgs// 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

Session Session Session Session

Gets the session.

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

Methods

GetDeferral() GetDeferral() GetDeferral() GetDeferral()

Gets a deferral.

public : Deferral GetDeferral()public Deferral GetDeferral()Public Function GetDeferral() As Deferral// You can use this method in JavaScript.
Returns

Returns a deferral object.

GetRequestAsync() GetRequestAsync() GetRequestAsync() GetRequestAsync()

Gets the GATT read request.

public : IAsyncOperation<GattReadRequest> GetRequestAsync()public IAsyncOperation<GattReadRequest> GetRequestAsync()Public Function GetRequestAsync() As IAsyncOperation( Of GattReadRequest )// You can use this method in JavaScript.
Returns