OS_GetMacAddress

Syntax

#include <nitro/os.h>
void OS_GetMacAddress( u8* macAddress );
  

Arguments

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.

Return Values

None.

Description

This function acquires the MAC address of wireless hardware. Each Nintendo DS device has a unique MAC address.

See Also

OS_GetOwnerInfo, OS_GetOwnerRtcOffset

Revision History

2004/09/03 Initial version.


CONFIDENTIAL