Click or drag to resize

DeviceDispatcher Method

Command dispatcher.

Namespace: IO.Objects.RemoteIO
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public void Dispatcher(
	Message cmd,
	Message resp
)

Parameters

cmd  Message
Command to be sent.
resp  Message
Response to be received.
See Also