LibUsbDotNet 2.2.8
RequestType Property
Library Reference ► MonoLibUsb.Transfer ► MonoUsbControlSetup ► RequestType
|
The request type.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public byte RequestType { get; set; }
Public Property RequestType As Byte Get Set
public: property unsigned char RequestType { unsigned char get (); void set (unsigned char value); }