请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC3100MOD 主题中讨论的其他器件:CC3100
您好!
这是 我的客户第一次使用此 MOD。 请帮助指导如何获取此 CC3100 MOD 的 IEEE MAC 地址。 谢谢。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
可通过sl_NetCfgGet() API 获取的 MAC 地址。
_u8 macAddressVal[sl_MAC_ADDR_LEN]; _u8 macAddressLen = sl_MAC_ADDR_LEN; sl_NetCfgGet (sl_MAC_ADDRE_Get、NULL、&macAddressLen、(_u8 *) macAddressVal);
1月