Device(String, Int32, Int32) Constructor |
Create a Remote I/O server device object using UDP transport.
Namespace: IO.Objects.RemoteIOAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax public Device(
string host,
int port = 8087,
int timeoutms = 1000
)
Parameters
- host String
- 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