LibUsbDotNet 2.2.8
Write Method (buffer, offset, count, timeout, transferLength)
Library Reference ► LibUsbDotNet ► UsbEndpointWriter ► Write(Object, Int32, Int32, Int32, Int32%)
|
Writes data to the current UsbEndpointWriter.
Declaration Syntax
C# | Visual Basic | Visual C++ |
Parameters
- buffer (Object)
- The buffer storing the data to write.
- offset (Int32)
- The position in buffer to start writing the data from.
- count (Int32)
- The number of bytes to write.
- timeout (Int32)
- Maximum time to wait for the transfer to complete. If the transfer times out, the IO operation will be cancelled.
- transferLength (Int32%)
- Number of bytes actually transferred.