GattReadRequestedEventArgs.GetRequestAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|