#include <nitroWiFi/soc.h>
void SOC_GetMacAddr ( SOCInterface* interface, u8* macAddress );
interface |
The pointer to the SOCInterface that obtains the MAC address. This argument is included for compatibility issues, but it is ignored in actual use of the function. |
macAddress |
The pointer to the buffer used for receiving the MAC address. |
None.
Gets the MAC (media access control) address for the specified interface.
12/12/2005 Modified Description.
9/13/2005 Initial version.