SerialPortAPIReceiveString Method |
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public string ReceiveString(
int readCount
)
Parameters
- readCount Int32
- The number of characters to read.
Return Value
StringThe received string.
See Also