LibUsbDotNet 2.2.8
Read Method (buffer, timeout, transferLength)
Library Reference ► LibUsbDotNet ► UsbEndpointReader ► Read(array<Byte>[]()[][], Int32, Int32%)
|
Reads data from the current UsbEndpointReader.
Declaration Syntax
C# | Visual Basic | Visual C++ |
Public Overridable Function Read ( _ buffer As Byte(), _ timeout As Integer, _ <OutAttribute> ByRef transferLength As Integer _ ) As ErrorCode
public: virtual ErrorCode Read( array<unsigned char>^ buffer, int timeout, [OutAttribute] int% transferLength )