MessengerTransaction Method |
Send a 64-byte command and receive a 64-byte response.
Namespace: IO.Interfaces.Message64Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax void Transaction(
Message cmd,
Message resp
)
Parameters
- cmd Message
- Command to be sent.
- resp Message
- Response to be received.
See Also