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 ther...
You can get the connection type via roDeviceInfo.GetIPAddrs(). If eth0 has an IP address, it's wired. If eth1 has an IP address, it's wireless. I don't know of any way to get the MAC address.