#include <nitroWiFi/soc.h>
void SOC_GetAlias ( SOCInterface* interface, u8* addr );
interface |
The pointer to the SOCInterface that obtains the Internet alias 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 obtaining the Internet alias address of the interface. |
None.
Gets the Internet alias address of the specified interface.
In other words, the same value as SOC_GetHostID() is obtained.
2005/12/12 Modified Description.
2005/09/13 Initial version.
CONFIDENTIAL