Contains methods for writing data to a Bulk or Interrupt endpoint using the overloaded Write(array<Byte>[]()[][], Int32, Int32%) functions.

C# | Visual Basic | Visual C++ |
public class UsbEndpointWriter : UsbEndpointBase
Public Class UsbEndpointWriter _ Inherits UsbEndpointBase
public ref class UsbEndpointWriter : public UsbEndpointBase

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | Write(array<Byte>[]()[][], Int32, Int32%) |
Writes data to the current UsbEndpointWriter.
|
![]() | Write(IntPtr, Int32, Int32, Int32, Int32%) |
Writes data to the current UsbEndpointWriter.
|
![]() | Write(array<Byte>[]()[][], Int32, Int32, Int32, Int32%) |
Writes data to the current UsbEndpointWriter.
|
![]() | Write(Object, Int32, Int32, Int32, Int32%) |
Writes data to the current UsbEndpointWriter.
|
![]() | Write(Object, Int32, Int32%) |
Writes data to the current UsbEndpointWriter.
|

Object | |||
![]() | UsbEndpointBase | ||
![]() | UsbEndpointWriter | ||
![]() | MonoUsbEndpointWriter |