Reads a number of bytes from the Tcp SerialPort input buffer and writes those
bytes into a byte array at the specified offset.

Declaration Syntax
public override int ReceiveBytes(
int length,
byte[] messageSpace,
int offset
)

Parameters
- length (Int32)
- The number of bytes to read.
- messageSpace (array<
Byte
>[]()[])
- The byte array to write the input to.
- offset (Int32)
- The offset in the buffer array to begin writing.

Return Value
The number of bytes read
Assembly:
MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)