ethernetinterfaces(
)

The ethernetinterfaces( function returns a dictionary containing all of the MAC addresses associated with this computer.


Parameters

No parameters.


Description

This function returns a dictionary containing all of the MAC addresses associated with this computer.

replace(dumpdictionary(ethernetinterfaces()),cr(),", ") ☞ en0=00:14:51:3d:ff:5e, en4=01:23:45:67:89:ab

A media access control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment. MAC addresses are used as a network address for most IEEE 802 network technologies, including Ethernet.


See Also


History

VersionStatusNotes
10.0NewNew in this version.