ServerDatagramSocket


Object Hierarchy:

Object hierarchy for ServerDatagramSocket

Description:

public class ServerDatagramSocket : Object

Use this class to implement a UDP datagram oriented service. The call to recvfrom blocks only the current tasklet, not the whole application. You can use this same object to send a response to the caller. Or else handle the request on another tasklet and, when necessary, use an BroadcastClientDatagramSocket to send a reply.


Namespace: Ntk.Lib.TaskletUtils
Package: vd

Content:

Creation methods:

Methods: