#include <nitroWiFi/soc.h>
void SOC_GetNetmask ( SOCInterface* interface, u8* addr );
interface |
The pointer to the SOCInterface that obtains the net mask. This argument is included for compatibility issues, but it is ignored in actual use of the function. |
addr |
Pointer to the socket address structure storing the address to bind to the socket. |
None.
Gets the net mask of the specified interface.
12/12/2005 Modified Description.
9/13/2005 Initial version.