#include <lwip/wins/wins.h>
Public Member Functions | |
tcWins () | |
int | run (const char *name, struct ip_addr *ipaddr) |
This class is the MityDSP Windows Name Service deamon. Your application will create one tcWins object to handle all of the wins name lookup requests received from other PCs on the network.
tcWins::tcWins | ( | ) |
This constructor creates the WINS deamon.
int tcWins::run | ( | const char * | apName, | |
struct ip_addr * | apIpAddr | |||
) |
This function starts the WINS deamon.
[in] | apName | The netbios name for your MityDSP device (15 chars max). |
[in] | apIpAddr | The IP address of your MityDSP device. |