USBPipeRead Method (Byte) |
Reads data from the pipe into a buffer.
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int Read(
byte[] buffer
)
Public Function Read (
buffer As Byte()
) As Integer
public:
int Read(
array<unsigned char>^ buffer
)
Parameters
- buffer
- Type: SystemByte
The buffer to read data into. The maximum number of bytes that will be read is specified by the length of the buffer.
Return Value
Type:
Int32The number of bytes read from the pipe.
See Also