#include <nitroWiFi/cps.h>
void CPS_EncodeNbName (u8 *d, u8 *s);
d |
Converted format |
s |
NetBios name |
None.
Using the NetBios name as a workstation, converts to a format used with the NetBios Name query feature. This does not block. This function can be called even if the CPS library cannot be used.
10/21/2005 Initial version.