Pazan
07-29-2009, 04:57 AM
I have some trouble:
lan = System.GetLANInfo();
Paragraph.SetText("IP Address: "..lan.IP.."\nMAC: "..lan.NIC);
When PC is not conected to switch/hub I get result like that:
IP Address: 127.0.0.1
MAC: None
How to get real data not localhost in this case?
lan = System.GetLANInfo();
Paragraph.SetText("IP Address: "..lan.IP.."\nMAC: "..lan.NIC);
When PC is not conected to switch/hub I get result like that:
IP Address: 127.0.0.1
MAC: None
How to get real data not localhost in this case?