Constructor for a 64-byte Messenger instance using UDP.
Namespace: IO.Objects.Message64.UDPAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntaxpublic Messenger(
string host = "usbgadget.munts.net",
int port = 8087,
int timeoutms = 1000
)
Parameters
- host String (Optional)
- UDP server domain name or IP address.
- port Int32 (Optional)
- UDP server port number.
- timeoutms Int32 (Optional)
- Receive timeout in milliseconds. Zero
indicates wait forever.
See Also