Functions | |
void | NBNSTask (void) |
//Default NetBIOS name, must be 16 char, and all upper case, 16th char = 0x00 ROM char NETBIOS_NAME_DEF[] = {'M','Y','B','O','A','D', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', 0x00}; #define NETBIOS_NAME_GETCHAR(n) (NETBIOS_NAME_DEF[n])
Another possibility is for the user application to store a custom name in the internal EEPROM of the PIC. This way it can be changed at run time.
For a detailed description, see the NetBIOS section of this document - in [Modules] [TCP/IP Stack] [TCP/IP User Protocols].
//********************************************************************* //-------------------- netbios Configuration -------------------- //********************************************************************* // Get the requested character of our NetBIOS name. If this is not defined in the // "projdefs.h" file, the default name "MXBOAD" is used #define NETBIOS_NAME_GETCHAR(n) Put user code here ......
void NBNSTask | ( | void | ) |
Sends responses to NetBIOS name requests