Share via


HidDevice.CreateFeatureReport Methode

Definition

Überlädt

CreateFeatureReport()

Erstellt den einzigen oder standardmäßigen Featurebericht, den der Host an das Gerät sendet.

CreateFeatureReport(UInt16)

Erstellt einen Featurebericht, der durch den reportId-Parameter identifiziert wird, den der Host an das Gerät sendet.

CreateFeatureReport()

Erstellt den einzigen oder standardmäßigen Featurebericht, den der Host an das Gerät sendet.

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

Gibt zurück

Ein HidFeatureReport-Objekt .

Attribute

Weitere Informationen

Gilt für:

CreateFeatureReport(UInt16)

Erstellt einen Featurebericht, der durch den reportId-Parameter identifiziert wird, den der Host an das Gerät sendet.

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

Parameter

reportId
UInt16

unsigned short

uint16_t

Identifiziert den bericht, der erstellt wird.

Gibt zurück

Ein HidFeatureReport-Objekt .

Attribute

Weitere Informationen

Gilt für: