Name
GetMACAddress -- get host system's MAC address (V7.0)
Synopsis
addr$ = GetMACAddress()
Function
This function returns the host system's MAC address as 6 octets separated by colons, e.g. 12:34:56:78:9A:BC.

If the MAC address cannot be obtained, "Unknown" is returned.

Note that on AmigaOS 3, the only TCP/IP stack that supports obtaining the MAC address is Roadshow.

Inputs
none

Results
addr$
host system's MAC address or "Unknown"

Show TOC