SOC_GetGateway

C Specification

#include <nitroWiFi/soc.h>
void SOC_GetGateway ( SOCInterface* interface, u8* addr );

Arguments

interface The pointer to the SOCInterface that obtains the default gateway address. This argument is included for compatibility issues, but it is ignored in actual use of the function.
addr The pointer to the buffer used for receiving the default gateway address.

Return Values

None.

Description

Gets the default gateway address of the specified interface.

See Also

Revision History

12/12/2005 Modified Description.
9/13/2005 Initial version.