Table of Contents

Class HIDReportItem

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class HIDReportItem
Inheritance
HIDReportItem
Inherited Members

Constructors

HIDReportItem()

public HIDReportItem()

Fields

HasNull

[Value("hasNull")]
public bool HasNull

Field Value

bool

HasPreferredState

[Value("hasPreferredState")]
public bool HasPreferredState

Field Value

bool

IsAbsolute

[Value("isAbsolute")]
public bool IsAbsolute

Field Value

bool

IsArray

[Value("isArray")]
public bool IsArray

Field Value

bool

IsBufferedBytes

[Value("isBufferedBytes")]
public bool IsBufferedBytes

Field Value

bool

IsConstant

[Value("isConstant")]
public bool IsConstant

Field Value

bool

IsLinear

[Value("isLinear")]
public bool IsLinear

Field Value

bool

IsRange

[Value("isRange")]
public bool IsRange

Field Value

bool

IsVolatile

[Value("isVolatile")]
public bool IsVolatile

Field Value

bool

LogicalMaximum

[Value("logicalMaximum")]
public long LogicalMaximum

Field Value

long

LogicalMinimum

[Value("logicalMinimum")]
public long LogicalMinimum

Field Value

long

PhysicalMaximum

[Value("physicalMaximum")]
public long PhysicalMaximum

Field Value

long

PhysicalMinimum

[Value("physicalMinimum")]
public long PhysicalMinimum

Field Value

long

ReportCount

[Value("reportCount")]
public ushort ReportCount

Field Value

ushort

ReportSize

[Value("reportSize")]
public ushort ReportSize

Field Value

ushort

Strings

[Value("strings")]
public List<string> Strings

Field Value

List<string>

UnitExponent

[Value("unitExponent")]
public byte UnitExponent

Field Value

byte

UnitFactorCurrentExponent

[Value("unitFactorCurrentExponent")]
public byte UnitFactorCurrentExponent

Field Value

byte

UnitFactorLengthExponent

[Value("unitFactorLengthExponent")]
public byte UnitFactorLengthExponent

Field Value

byte

UnitFactorLuminousIntensityExponent

[Value("unitFactorLuminousIntensityExponent")]
public byte UnitFactorLuminousIntensityExponent

Field Value

byte

UnitFactorMassExponent

[Value("unitFactorMassExponent")]
public byte UnitFactorMassExponent

Field Value

byte

UnitFactorTemperatureExponent

[Value("unitFactorTemperatureExponent")]
public byte UnitFactorTemperatureExponent

Field Value

byte

UnitFactorTimeExponent

[Value("unitFactorTimeExponent")]
public byte UnitFactorTimeExponent

Field Value

byte

UnitSystem

[Value("unitSystem")]
public HIDUnitSystem UnitSystem

Field Value

HIDUnitSystem

UsageMaximum

[Value("usageMaximum")]
public ulong UsageMaximum

Field Value

ulong

UsageMinimum

[Value("usageMinimum")]
public ulong UsageMinimum

Field Value

ulong

Usages

[Value("usages")]
public List<ulong> Usages

Field Value

List<ulong>

Wrap

[Value("wrap")]
public bool Wrap

Field Value

bool