/*
* This function gets the EXT address based on the NWK address.
*/
extern uint8 APSME_LookupExtAddr( uint16 nwkAddr, uint8* extAddr );
/*
* This function gets the NWK address based on the EXT address.
*/
extern uint8 APSME_LookupNwkAddr( uint8* extAddr, uint16* nwkAddr );
/*
* This function gets the EXT address based on the NWK address.
*/
extern uint8 APSME_LookupExtAddr( uint16 nwkAddr, uint8* extAddr );
/*
* This function gets the NWK address based on the EXT address.
*/
extern uint8 APSME_LookupNwkAddr( uint8* extAddr, uint16* nwkAddr );
举报