Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

hiddevice_getfeaturereportasync_1194285243.md

File metadata and controls

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

Windows.Devices.HumanInterfaceDevice.HidDevice.GetFeatureReportAsync

-description

Asynchronously retrieves a feature report, identified by the reportId parameter, for the given HID device.

-parameters

-param reportId

Identifies the requested feature report.

-returns

A HidFeatureReport object.

-remarks

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

-examples

-see-also

GetFeatureReportAsync, Custom HID device sample