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 オブジェクト。

属性

こちらもご覧ください

適用対象