Function listenTCP_s
Starts listening on the specified port
.
This function is the same as listenTCP
but takes a function callback instead of a delegate.
Prototypes
TCPListener[] listenTCP_s( ushort port, void function(TCPConnection) connection_callback, TCPListenOptions options ); TCPListener listenTCP_s( ushort port, void function(TCPConnection) connection_callback, string address, TCPListenOptions options );
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.