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.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public byte[] ReceiveBytes(
int readCount
)
Parameters
- readCount Int32
- The number of bytes to read.
Return Value
ByteThe received bytes.
See Also