1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>OS_GetMacAddress</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">OS_GetMacAddress <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></H1>
12
13<H2>Syntax</H2>
14<DL>
15  <DD>
16  <PRE><CODE>#include &lt;nitro/os.h&gt;</CODE></PRE>
17  <PRE><CODE>void OS_GetMacAddress( u8* macAddress );
18  </CODE></PRE>
19</DL>
20
21<H2>Arguments</H2>
22<TABLE border="1" width="100%">
23  <TBODY>
24    <TR>
25      <TD width="13%"><EM><STRONG>macAddress</STRONG></EM></TD>
26      <TD width="87%">Specifies a pointer to the buffer that is used for acquiring the MAC address of the wireless hardware.
27      6 bytes of data are written in this buffer.</TD>
28    </TR>
29  </TBODY>
30</TABLE>
31
32<H2>Return Values</H2>
33<P>None.</P>
34
35<H2>Description</H2>
36<P>
37This function acquires the MAC address of wireless hardware. Each Nintendo DS device has a unique MAC address.
38</P>
39
40<H2>See Also</H2>
41<P><CODE><A href="OS_GetOwnerInfo.html">OS_GetOwnerInfo</A>, <A href="OS_GetOwnerRtcOffset.html">OS_GetOwnerRtcOffset</A></CODE></P>
42
43<H2>Revision History</H2>
44<P>
452004/09/03 Initial version.
46</P>
47<hr><p>CONFIDENTIAL</p></body>
48</HTML>