Click or drag to resize

SerialPortAPIReceiveBytes Method

Receives a binary message of a specified length via the card's serial port, waiting up to the configured ReadTimeout period.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public byte[] ReceiveBytes(
	int readCount
)

Parameters

readCount  Int32
The number of bytes to read.

Return Value

Byte
The received bytes.
See Also