CPS_EncodeNbName

C Specification

#include <nitroWiFi/cps.h>
void CPS_EncodeNbName (u8 *d, u8 *s);

Arguments

d Converted format
s NetBios name

Return Values

None.

Description

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.

See Also

CPS_Resolve, CPS_NbResolve

Revision History

10/21/2005 Initial version.