Gets the i-th MAC address.
i
function getMACAddress extends Modelica.Icons.Function; input Integer i(min = 1) = 1 "Index"; output String mac "MAC address"; end getMACAddress;