XWOS API
4.0
XWOS C/C++ API参考手册
|
XWSSC帧槽 更多...
#include <protocol.h>
成员变量 | ||
struct { | ||
xwssc_ntf_f ntfcb | ||
void * cbarg | ||
xwsz_t frmsize | ||
struct xwssc_frm frm | ||
} | tx | |
struct { | ||
struct xwlib_bclst_node node | ||
xwsz_t frmsize | ||
struct xwssc_frm frm | ||
} | rx | |
XWSSC帧槽
在文件 protocol.h 第 132 行定义.
void* xwssc_slot::cbarg |
调用回调函数时的用户数据
在文件 protocol.h 第 135 行定义.
struct xwssc_frm xwssc_slot::frm |
帧
在文件 protocol.h 第 137 行定义.
xwsz_t xwssc_slot::frmsize |
帧的总长度
在文件 protocol.h 第 136 行定义.
struct xwlib_bclst_node xwssc_slot::node |
链表节点
在文件 protocol.h 第 140 行定义.
xwssc_ntf_f xwssc_slot::ntfcb |
通知发送结果的回调函数
在文件 protocol.h 第 134 行定义.
struct { ... } xwssc_slot::rx |
接收时的帧槽
struct { ... } xwssc_slot::tx |
发送时的帧槽