GattWriteRequestedEventArgs.GetRequestAsync Method

Definition

Gets the write request.

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

Returns

An asynchronous operation that completes with the write request.

Attributes

Windows requirements

App capabilities
bluetooth

Applies to