HidDevice.CreateFeatureReport 方法

定义

重载

CreateFeatureReport()

创建主机将发送到设备的唯一或默认功能报告。

CreateFeatureReport(UInt16)

创建主机将发送到设备的功能报告(由 reportId 参数标识)。

CreateFeatureReport()

创建主机将发送到设备的唯一或默认功能报告。

public:
 virtual HidFeatureReport ^ CreateFeatureReport() = CreateFeatureReport;
/// [Windows.Foundation.Metadata.Overload("CreateFeatureReport")]
HidFeatureReport CreateFeatureReport();
[Windows.Foundation.Metadata.Overload("CreateFeatureReport")]
public HidFeatureReport CreateFeatureReport();
function createFeatureReport()
Public Function CreateFeatureReport () As HidFeatureReport

返回

HidFeatureReport 对象。

属性

另请参阅

适用于

CreateFeatureReport(UInt16)

创建主机将发送到设备的功能报告(由 reportId 参数标识)。

public:
 virtual HidFeatureReport ^ CreateFeatureReport(unsigned short reportId) = CreateFeatureReport;
/// [Windows.Foundation.Metadata.Overload("CreateFeatureReportById")]
HidFeatureReport CreateFeatureReport(uint16_t const& reportId);
[Windows.Foundation.Metadata.Overload("CreateFeatureReportById")]
public HidFeatureReport CreateFeatureReport(ushort reportId);
function createFeatureReport(reportId)
Public Function CreateFeatureReport (reportId As UShort) As HidFeatureReport

参数

reportId
UInt16

unsigned short

uint16_t

标识正在创建的报表。

返回

HidFeatureReport 对象。

属性

另请参阅

适用于