Click or drag to resize

MessengerSend Method

Send a 64-byte command message to a raw HID device.

Namespace: IO.Objects.SimpleIO.HID
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public void Send(
	Message cmd
)

Parameters

cmd  Message
64-byte command message.

Implements

MessengerSend(Message)
See Also