Click or drag to resize

MessengerSend Method

Send a 64-byte command message.

Namespace: IO.Objects.Message64.ZeroMQ
Assembly: libremoteio (in libremoteio.dll) Version: 2.2025.76.2
Syntax
C#
public void Send(
	Message cmd
)

Parameters

cmd  Message
64-byte command message.

Implements

MessengerSend(Message)
See Also