抓包看到终端设备会定时发送data request给父节点,很好奇data request是在哪里发送的,但是没找到,只找到data request的设置。请问data request的发送代码是不开源的吗?
Susan Yang:
上层能看到的应该只有/** This function requests the transfer of data from the next higher layer* to a single peer entity.*/
extern ZStatus_t APSDE_DataReq( APSDE_DataReq_t* req );底层的具体过程被封装了