GetMacAddress

nn::socket::GetMacAddress Function

Syntax

s32 GetMacAddress(
     u8 pMacAddress[ETH_ALEN]
);

Arguments

Name Description
out pMacAddress[ETH_ALEN] Specifies the buffer in which to output the MAC address.

Return Values

0 or greater on success.

Description

Gets the MAC address.

To prevent the MAC address from being used for any purpose other than socket communication, it is impossible to get a normal value when the CTR system is not connected to an access point.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL