Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
legic_1490776
Level 5
Level 5
25 likes received 10 likes received First like received

I have looked around in the SDK and I can't find a way to discover my own address, only that of a peer.

Is there any way to get my own MAC address?

0 Likes
1 Solution
asridharan
Employee
Employee
10 comments on KBA 5 comments on KBA First comment on KBA

Use emconinfo_getAddr() from emconinfo.h. The address bytes returned by this function are reversed, so the least significant byte is at offset 0.

View solution in original post

1 Reply
asridharan
Employee
Employee
10 comments on KBA 5 comments on KBA First comment on KBA

Use emconinfo_getAddr() from emconinfo.h. The address bytes returned by this function are reversed, so the least significant byte is at offset 0.