首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

command,ACK帧

command,ACK帧

AF是应用层,AF帧到APS层就只是数据帧,
afStatus_t afFillandSendMessage ( afAddrType_t *dstAddr,
byte srcEndPoint,
byte clusterID,
byte TransCount,
byte FrameType,
byte *TransSeqNumber,
byte CommandType,
byte AttribDataType,
uint16 AttribId,
byte ErrorCode,
byte DataLength,
byte *Data,
byte txOptions,
byte DiscoverRoute,
byte RadiusCounter );
与APS层的command,ACK帧都没关系
那么与APS层的command,ACK帧对应的应用层帧又是什么呢?
ZDZpp。c文件中是一些用户层的处理,

对于Aps层的其他命令,可以查看相关头文件了解,但是具体怎么使用我没有用过,不清楚
返回列表