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.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL