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.RemoteIO.HID
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
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