Click or drag to resize

MessengerTransaction Method

Send a 64-byte command message to and receive a 64-byte response message from a USB HID device.

Namespace: IO.Objects.Message64.HID
Assembly: libremoteio (in libremoteio.dll) Version: 2.2025.76.2
Syntax
C#
public void Transaction(
	Message cmd,
	Message resp
)

Parameters

cmd  Message
Message to be sent.
resp  Message
Message received.

Implements

MessengerTransaction(Message, Message)
See Also