Click or drag to resize

Messenger Class

Encapsulates USB raw HID devices, using the HidSharp library or libsimpleio.
Inheritance Hierarchy
SystemObject
  IO.Objects.Message64.HIDMessenger

Namespace: IO.Objects.Message64.HID
Assembly: libremoteio (in libremoteio.dll) Version: 2.2025.76.2
Syntax
C#
public class Messenger : Messenger

The Messenger type exposes the following members.

Constructors
 NameDescription
Public methodMessenger Create a 64-byte messenger object bound to a USB HID device.
Top
Properties
 NameDescription
Public propertyInfo Information string from the USB HID device.
Top
Methods
 NameDescription
Public methodReceive Receive a 64-byte message from a USB HID device.
Public methodSend Send a 64-byte message to a USB HID device.
Public methodTransaction Send a 64-byte command message to and receive a 64-byte response message from a USB HID device.
Top
See Also