Condividi tramite


HidDevice.CreateFeatureReport Metodo

Definizione

Overload

CreateFeatureReport()

Crea l'unico report predefinito o predefinito che l'host invierà al dispositivo.

CreateFeatureReport(UInt16)

Crea un report di funzionalità, identificato dal parametro reportId , che l'host invierà al dispositivo.

CreateFeatureReport()

Crea l'unico report predefinito o predefinito che l'host invierà al dispositivo.

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

Restituisce

Oggetto HidFeatureReport .

Attributi

Vedi anche

Si applica a

CreateFeatureReport(UInt16)

Crea un report di funzionalità, identificato dal parametro reportId , che l'host invierà al dispositivo.

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

Parametri

reportId
UInt16

unsigned short

uint16_t

Identifica il report creato.

Restituisce

Oggetto HidFeatureReport .

Attributi

Vedi anche

Si applica a