Compartir a través de


HidBooleanControlDescription.ReportType Propiedad

Definición

Obtiene el tipo de informe HID asociado al control booleano especificado.

public:
 property HidReportType ReportType { HidReportType get(); };
HidReportType ReportType();
public HidReportType ReportType { get; }
var hidReportType = hidBooleanControlDescription.reportType;
Public ReadOnly Property ReportType As HidReportType

Valor de propiedad

Uno de los tipos de informe: HidFeatureReport, HidInputReport o HidOutputReport.

Se aplica a

Consulte también