Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.02 KB

hiddevice_getfeaturereportasync_706664006.md

File metadata and controls

30 lines (20 loc) · 1.02 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.HumanInterfaceDevice.HidDevice.GetFeatureReportAsync
winrt method
xbox

Windows.Devices.HumanInterfaceDevice.HidDevice.GetFeatureReportAsync

-description

Asynchronously retrieves the first, or default, feature report from the given HID device.

-returns

A HidFeatureReport object.

-remarks

This instance of the method retrieves the first available feature report.

The device must be opened with either FileAccessMode.Read or FileAccessMode.ReadWrite.

-examples

-see-also

Reference

GetFeatureReportAsync(UInt16), Custom HID device sample