createUdpChannel

/* Convenience functions that create an IChannel object

IChannel
createUdpChannel
(
string ip
,
long timeout
,
ushort port = 9600
)
in { assert (ip.length); assert (timeout >= 0); }

Parameters

ip
Type: string

IP address

timeout
Type: long

Send and recieve timeout in ms

port
Type: ushort

Port number (defaul 9600)

Meta