Value Property

LibUsbDotNet

LibUsbDotNet 2.2.8 Value Property
Library ReferenceMonoLibUsb.TransferMonoUsbControlSetupValue
LibUsbDotNet on SourceForge
The wValue.
Declaration Syntax
C# Visual Basic Visual C++
public short Value { get; set; }
Public Property Value As Short
	Get
	Set
public:
property short Value {
	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)