Compounds | |
class | FND_Datagram |
class | FND_DatagramFactory |
class | FND_DataPointContext |
class | FND_DataPointContext.FND_ContextThread |
class | FND_DataPointFactory |
class | FND_InvokeID |
class | FND_InvokeIDPool |
class | FND_Parser |
class | FND_UDPTransport |
class | FND_UDPTransport.FND_MessageQueue |
It listens on a given, or the default port (4403 for an central control / 4404 for an island control). It is running as a standalone thread, so an FND_UDPTransport Object has to be instantiated and afterwards started with the start() method. The server keeps two message queues, were the already parsed FND_Datagrams are placed into the incoming queue, and datapoints can put their datagrams into the outgoing queue.
J. Seitter