Click or drag to resize

MessengerReceive Method

Receive a 64-byte 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 Receive(
	Message resp
)

Parameters

resp  Message
Message received.

Implements

MessengerReceive(Message)
See Also