SOC_GetAddr

C Specification

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

Arguments

info The pointer to the SOCInterface that obtains the IP 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 IP address of the interface.

Return Values

None.

Description

Gets the IP address of the specified interface. In other words, obtains the same value as SOC_GetHostID().

See Also

SOC_GetHostID

Revision History

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