Implements mono-linux libusb 1.x methods for writing to methods for writing data to a Bulk or Interrupt endpoints.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class MonoUsbEndpointWriter : UsbEndpointWriter
Public Class MonoUsbEndpointWriter _ Inherits UsbEndpointWriter
public ref class MonoUsbEndpointWriter : public UsbEndpointWriter
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
Dispose()()()() |
Frees resources associated with the endpoint. Once disposed this class cannot be used.
(Overrides UsbEndpointBase.Dispose()()()().) | |
Flush()()()() |
This method has no effect on write endpoints, andalways returs true.
(Overrides UsbEndpointBase.Flush()()()().) | |
Reset()()()() |
Cancels pending transfers and clears the halt condition on an enpoint.
(Overrides UsbEndpointBase.Reset()()()().) |
Inheritance Hierarchy
Object | |||
UsbEndpointBase | |||
UsbEndpointWriter | |||
MonoUsbEndpointWriter |