SRGETMACID()

Syntax

SRGETMACID(IPAdress.s) Get the special unique Number of the networkcard with specified IP-Adress (in hex)
 sResult.s="" 
 MyAdress.s="192.192.0.1" 
 sResult.s=SRGetMACID(MyAdress.s) 
 If sResult<>"" 
  PrintN("MAC-ID for "+MyAdress.s+" is= "+sResult.s) 
 Else 
  PrintN("MAC-ID not available for "+MyAdress.s) 
 EndIf 

Supported OS

Windows

SRGET - Index