Click or drag to resize

MessengerTransaction Method

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

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

Parameters

cmd  Message
64-byte command message.
resp  Message
64-byte response message.

Implements

MessengerTransaction(Message, Message)
See Also