Reputation: 364
I've been stuck at this for some time. I SHOULD be really simple. I want to read the MAC address of my WP7 device. It's a Nokia Lumia 800 running WP 7.5.
I can find the active network interface by doing:
var current = new NetworkInterfaceList().Current;
But how to I read the MAC address?
Upvotes: 0
Views: 1265
Reputation: 364
As vcsjones said in the comment, it's not possible in version 7.5.
Upvotes: 1