Click or drag to resize

Messenger Class

Note: This API is now obsolete.

Encapsulates UDP command/response servers.
Inheritance Hierarchy
SystemObject
  IO.Objects.Message64.UDPMessenger

Namespace: IO.Objects.Message64.UDP
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
[ObsoleteAttribute("UDP transport is unreliable.  Use ZeroMQ transport instead.")]
public class Messenger : Messenger

The Messenger type exposes the following members.

Constructors
 NameDescription
Public methodMessenger Constructor for a 64-byte Messenger instance using UDP.
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