? 获取网络地址>>返回物理地址
/* This function will return a pointer to the device's IEEE 64 bit address
*返回物理地址
* This function resides in nwk_util.c.
*/
extern byte *NLME_GetExtAddr( void );
>>? 返回物理地址
/* This function will return this device's 16 bit short address
*获取网络地址
* This function resides in nwk_util.c.
*/
extern uint16 NLME_GetShortAddr( void );