Click or drag to resize

MessengerTransaction Method

Send a 64-byte command and receive a 64-byte response.

Namespace: IO.Interfaces.Message64
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
void Transaction(
	Message cmd,
	Message resp
)

Parameters

cmd  Message
Command to be sent.
resp  Message
Response to be received.
See Also