Click or drag to resize

SerialPortAPIReceiveLine Method

Receives a string of characters and the configured end-of-line sequence 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 string ReceiveLine()

Return Value

String
The response string.
Remarks
Note that the configured SerialPortConfigNewLine will be expected to terminate the string.
See Also