createUdpChannel

Convenience functions that create an IChannel object

createUdpChannel
(
string ip
,
long timeout
,
ushort port = 9600
)

Parameters

ip string

IP address

timeout long

Send and recieve timeout in ms

port ushort

Port number (defaul 9600)

Meta