Length Property

LibUsbDotNet

LibUsbDotNet 2.2.8 Length Property
Library ReferenceMonoLibUsb.TransferMonoUsbControlSetupLength
LibUsbDotNet on SourceForge
Number of bytes to transfer.
Declaration Syntax
C# Visual Basic Visual C++
public short Length { get; set; }
Public Property Length As Short
	Get
	Set
public:
property short Length {
	short get ();
	void set (short value);
}
Remarks
Note:The get/set accessors automatically manage the little-endian to host-endian/host-endian to little-endian conversions using the HostEndianToLE16(Int16) method.

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