Allocates memory and fills an asynchronous control setup packet.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class MonoUsbControlSetupHandle : SafeContextHandle
Public Class MonoUsbControlSetupHandle _ Inherits SafeContextHandle
public ref class MonoUsbControlSetupHandle : public SafeContextHandle
Members
All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
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
Object | ||||
CriticalFinalizerObject | ||||
SafeHandle | ||||
SafeContextHandle | ||||
MonoUsbControlSetupHandle |
See Also