共用方式為


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物件。

屬性

另請參閱

適用於