Constructor for a 64-byte Messenger instance using ZeroMQ REQ/REP.
Namespace: IO.Objects.Message64.ZeroMQAssembly: libremoteio (in libremoteio.dll) Version: 2.2025.76.2
Syntaxpublic Messenger(
string host = "usbgadget.munts.net",
int port = 8088,
int timeoutms = 1000
)
Parameters
- host String (Optional)
- Remote I/O Protocol server domain name or IP
address.
- port Int32 (Optional)
- Remote I/O Protocol server port number.
- timeoutms Int32 (Optional)
- Receive timeout in milliseconds. Zero
indicates wait forever.
See Also