Retrieve MAC address

Hi,

Is there a way to read the pre-configured MAC address of a ConnectME/ConnectME9210 device from within NetOS7.5?

Thanks for your reply,
Kris

unsigned char mactemp[6];

customizeGetInterfaceMACAddress("eth0",(BYTE *)&mactemp);