LibUsbDotNet 2.2.8
MonoUsbControlSetupHandle Class
Library ReferenceMonoLibUsb.TransferMonoUsbControlSetupHandle
LibUsbDotNet on SourceForge
Allocates memory and fills an asynchronous control setup packet.
Declaration Syntax
C#Visual BasicVisual C++
public class MonoUsbControlSetupHandle : SafeContextHandle
Public Class MonoUsbControlSetupHandle _
	Inherits SafeContextHandle
public ref class MonoUsbControlSetupHandle : public SafeContextHandle
Members
All MembersConstructorsProperties



IconMemberDescription
MonoUsbControlSetupHandle(Byte, Byte, Int16, Int16, Object, Int32)
Allocates memory and sets up a control setup packet. Copies control data into the control data buffer

MonoUsbControlSetupHandle(Byte, Byte, Int16, Int16, Int16)
Allocates memory and sets up a control setup packet.

ControlSetup
Returns the MonoUsbControlSetup for this handle.

Remarks
Note:This type is used for asynchronous control transfers only.
Inheritance Hierarchy
See Also

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