HidDevice.SendFeatureReportAsync(HidFeatureReport) 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.
Sends an feature report asynchronously from the host to the device.
public:
virtual IAsyncOperation<unsigned int> ^ SendFeatureReportAsync(HidFeatureReport ^ featureReport) = SendFeatureReportAsync;
IAsyncOperation<uint32_t> SendFeatureReportAsync(HidFeatureReport const& featureReport);
public IAsyncOperation<uint> SendFeatureReportAsync(HidFeatureReport featureReport);
function sendFeatureReportAsync(featureReport)
Public Function SendFeatureReportAsync (featureReport As HidFeatureReport) As IAsyncOperation(Of UInteger)
Parameters
- featureReport
- HidFeatureReport
The feature report which the host sends to the device.
Returns
The result of the asynchronous operation.
Remarks
The device must be opened with either FileAccessMode.Read or FileAccessMode.ReadWrite.