Click or drag to resize

UsbConnectionRead 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 ConnectionARead(Int32).)
Public methodRead(Int32, Boolean)
Reads maxBytesToRead of the available data from the connection.
(Inherited from ConnectionA.)
Top
See Also