HidFeatureReport 类

定义

表示 HID 功能报告

功能报告由设备和主机发出。 设备问题功能报告,用于向主机描述其功能和默认设置。 主机问题功能报告,用于发出设备的请求。

public ref class HidFeatureReport sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HidFeatureReport final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HidFeatureReport
Public NotInheritable Class HidFeatureReport
继承
Object Platform::Object IInspectable HidFeatureReport
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

Data

获取或设置与给定特征报告关联的数据。

Id

获取与给定特征报告关联的标识符。

方法

GetBooleanControl(UInt16, UInt16)

检索与 usagePage 和 usageId 参数关联的布尔控件,并在给定的功能报告中找到。

GetBooleanControlByDescription(HidBooleanControlDescription)

检索由 controlDescription 参数描述并在给定功能报告中找到的布尔控件。

GetNumericControl(UInt16, UInt16)

检索与 usagePageusageId 参数关联的数字控件,并在给定的功能报告中找到。

GetNumericControlByDescription(HidNumericControlDescription)

检索 由 controlDescription 参数描述并在给定特征报告中找到的数字控件。

适用于

另请参阅