TI中文支持网
TI专业的中文技术问题搜集分享网站

RTG_GetRtgEntry(

rtgEntry_t *RTG_GetRtgEntry( uint16 DstAddress, uint8 options);

这里的 RTG_GetRtgEntry 的 option怎么写,

  rtgEntry_t * ptr = RTG_GetRtgEntry(0, 0);

返回ptr总是0

Yue TANG:

一般是不推荐直接调用NWK层的API的,

这个按理解是查路由表中是否有目标地址DstAddress。返回0表示没有。

赞(0)
未经允许不得转载:TI中文支持网 » RTG_GetRtgEntry(
分享到: 更多 (0)