Click or drag to resize

Messenger Class

Encapsulates ZeroMQ REQ/REP command/response servers.
Inheritance Hierarchy
SystemObject
  IO.Objects.Message64.ZeroMQMessenger

Namespace: IO.Objects.Message64.ZeroMQ
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 Constructor for a 64-byte Messenger instance using ZeroMQ REQ/REP.
Top
Methods
 NameDescription
Public methodReceive Receive a 64-byte response message.
Public methodSend Send a 64-byte command message.
Public methodTransaction Send a 64-byte command message and receive a 64-byte response message.
Top
See Also