Method EventDriver.listenUdp
port
as the destination for packets. If a bind port
is specified, the socket will be able to receive UDP packets on that port
.
Otherwise, a random bind port
is chosen.
Prototypes
UdpConnection listenUdp( ushort port, string bind_address );
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.