Returns the name that identifies the MAC address of an Ethernet device.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function GetDeviceMacAddress(ByRef macAddress As String) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetDeviceMacAddress(out string macAddress)
macAddress
Returns a string containing the MAC Address of an Ethernet device.