Back Previous Next


Linguist network package - socket

Syntax:

   socket {name} {elements}

Keyword handler:

   net.eclecity.linguist.network.keyword.NetworkKSocket.class

Runtime handler(s):

   net.eclecity.linguist.network.handler.NetworkHSocket.class

Function:

Declares a socket variable or an array of sockets. The array size is fixed at time of compilation. See also open, close, write and on.

Sockets are implementations of DatagramSocket, able to send and receive Datagrams.

Example(s):

   socket MySocket
   socket Sockets 8


Back Previous Next