Back Previous Next


Linguist network package - client

Syntax:

   client {name} {elements}

Keyword handler:

   net.eclecity.linguist.network.keyword.NetworkKClient.class

Runtime handler(s):

   net.eclecity.linguist.network.handler.NetworkHClient.class

Function:

Declares a service variable or an array of services. The array size is fixed at time of compilation.

A client is a program module running somewhere on the local network, that uses features of other programs called services. Together, services and clients implement peer-to-peer networking.

Example(s):

   client ClockClient
   client MyClients 8


Back Previous Next