LibUsbDotNet 2.2.8
Length Field
Library ReferenceLibUsbDotNet.MainUsbSetupPacketLength
LibUsbDotNet on SourceForge
This field specifies the length of the data transferred during the second phase of the control transfer. The direction of data transfer (host-to-device or device-to-host) is indicated by the Direction bit of the RequestType field. If this field is zero, there is no data transfer phase. On an input request, a device must never return more data than is indicated by the wLength value; it may return less. On an output request, wLength will always indicate the exact amount of data to be sent by the host. Device behavior is undefined if the host should send more data than is specified in wLength.
Declaration Syntax
C#Visual BasicVisual C++
public short Length
Public Length As Short
public:
short Length

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)