Click or drag to resize

UsbConnection.Read Method

Overload List
  NameDescription
Public methodRead()
Reads all the available data from the connection. This call is non-blocking.
(Inherited from ConnectionA.)
Public methodRead(BinaryWriter)
Reads all the available data from the connection.
(Inherited from ConnectionA.)
Public methodRead(Int32)
Reads up to maxBytesToRead into byte array
(Overrides ConnectionA.Read(Int32).)
Public methodRead(Int32, Boolean)
Reads maxBytesToRead of the available data from the connection.
(Inherited from ConnectionA.)
Top
See Also