LibUsbDotNet 2.2.8
UsbEndpointWriter Class
Library Reference ► LibUsbDotNet ► UsbEndpointWriter
|
Contains methods for writing data to a Bulk or Interrupt endpoint using the overloaded Write(array<Byte>[]()[][], Int32, Int32%) functions.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class UsbEndpointWriter : UsbEndpointBase
Public Class UsbEndpointWriter _ Inherits UsbEndpointBase
public ref class UsbEndpointWriter : public UsbEndpointBase
Members
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.
|
Inheritance Hierarchy
Object | |||
UsbEndpointBase | |||
UsbEndpointWriter | |||
MonoUsbEndpointWriter |