Struct:tsMdnsServer
#include "trsocket.h" /* * mDNS server descriptor */ struct tsMdnsServer; typedef struct tsMdnsServer TM_FAR * ttMdnsServerPtr; typedef ttMdnsServerPtr TM_FAR * ttMdnsServerPtrPtr;
Structure Description
This structure contains the state and configuration data for one mDNS server. It is allocated and initialized by tfMdnsStart(). It is deallocated by tfMdnsExecute() in response to a flag set by tfMdnsStop().
The structure is defined in trtype.h and contains internal types that prevent it from being defined in trsocket.h. The user need only reference it by the pointer returned by tfMdnsStart().