#include <nitro/os.h>
void OS_GetMacAddress( u8* macAddress );
macAddress | Specifies a pointer to the buffer that is used for acquiring the MAC address of the wireless hardware. 6 bytes of data are written in this buffer. |
None.
This function acquires the MAC address of wireless hardware. Each Nintendo DS device has a unique MAC address.
OS_GetOwnerInfo, OS_GetOwnerRtcOffset
2004/09/03 Initial version.
CONFIDENTIAL