Munts Technologies Remote I/O Library for .Net Standard 2.0
Munts Technologies Remote I/O Library for .Net Standard 2.0
Namespaces
IO.Objects.RemoteIO.HID
Messenger Class
Messenger Methods
Receive Method
Send Method
Transaction Method
Messenger
Transaction 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#
Copy
public
void
Transaction
(
Message
cmd
,
Message
resp
)
Parameters
cmd
Message
Message to be sent.
resp
Message
Message received.
Implements
Messenger
Transaction(Message, Message)
See Also
Reference
Messenger Class
IO.Objects.RemoteIO.HID Namespace