HidReportType Enumeration

Definition

public enum class HidReportType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class HidReportType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum HidReportType
var value = Windows.Devices.HumanInterfaceDevice.HidReportType.input
Public Enum HidReportType
Vererbung
HidReportType
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Feature 2

Der Bericht ist ein Featurebericht.

Input 0

Der Bericht ist ein Eingabebericht.

Output 1

Der Bericht ist ein Ausgabebericht.

Gilt für:

Weitere Informationen