GattReadRequestedEventArgs.GetRequestAsync Method

Definition

Gets the GATT read request.

public:
 virtual IAsyncOperation<GattReadRequest ^> ^ GetRequestAsync() = GetRequestAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GattReadRequest> GetRequestAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GattReadRequest> GetRequestAsync();
function getRequestAsync()
Public Function GetRequestAsync () As IAsyncOperation(Of GattReadRequest)

Returns

An asynchronous operation that completes with a GattReadRequest object.

Attributes

Windows requirements

App capabilities
bluetooth

Applies to