scottchiefbaker
13 years agoVisitor
Determining mac address and connection type (wired/wireless)
I've found GetDeviceEsn(), but I'm hoping I to get some more information out of my app. I'd like to pull out connection type (wired vs wireless), and also the mac address of the ethernet port. Is there any corollation between the Esn and the MAC Address? Another vendor I dealt with tied their serial numbers to the mac address like so: mac_address = hex(serial_number * 2). Is there any way I can determine the ethernet mac address inside my app?