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