CommandListAppendSerialPortVerifyResponse(Byte, Byte) Method |
Sends a message to the serial port, and waits for an expected response.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.5
Syntaxpublic void AppendSerialPortVerifyResponse(
byte[] message,
byte[] goodResponse
)
Parameters
- message Byte
- The message to be sent.
- goodResponse Byte
- The expected good response indicating success.
Remarks
See Also