Back Previous Next


Linguist network package - open

Syntax:

   open {socket}

Keyword handler:

   net.eclecity.linguist.network.keyword.NetworkKOpen.class

Runtime handler(s):

   net.eclecity.linguist.network.handler.NetworkHOpen.class

Function:

Opens a datagram socket. You must specify the port number to use on this socket (using set); numbers below 1024 have special uses so you'll probably want a higher number. See write, close and on.

Example(s):

   open MySocket


Back Previous Next