Skip to main content

GenericDescriptor Class

Namespace: GHIElectronics.TinyCLR.Devices.UsbClient · Assembly: GHIElectronics.TinyCLR.Devices.UsbClient

No description available.

public class GenericDescriptor : Descriptor

Constructors

GenericDescriptor(byte RequestType, ushort Value, byte[] Payload)

public GenericDescriptor(byte RequestType, ushort Value, byte[] Payload) : base(0)

No description available.

ParameterTypeDescription
RequestTypebyte
Valueushort
Payloadbyte[]

Fields

REQUEST_OUT

public const byte REQUEST_OUT

No description available.

REQUEST_IN

public const byte REQUEST_IN

No description available.

REQUEST_Standard

public const byte REQUEST_Standard

No description available.

REQUEST_Class

public const byte REQUEST_Class

No description available.

REQUEST_Vendor

public const byte REQUEST_Vendor

No description available.

REQUEST_Device

public const byte REQUEST_Device

No description available.

REQUEST_Interface

public const byte REQUEST_Interface

No description available.

REQUEST_Endpoint

public const byte REQUEST_Endpoint

No description available.

REQUEST_Other

public const byte REQUEST_Other

No description available.

bmRequestType

public byte bmRequestType

No description available.

bRequest

public byte bRequest

No description available.

wValue

public ushort wValue

No description available.

wIndex

public ushort wIndex

No description available.

payload

public byte[] payload

No description available.