Wirepas SDK
|
Public Member Functions | |
STRUCT_ALIGN_4 (waps_frame_t) | |
Data Fields | |
sl_list_t | list |
uint32_t | time |
waps_pre_tx_cb_f | pre_cb |
waps_post_tx_cb_f | post_cb |
waps_frame_t | frame |
STRUCT_ALIGN_4 | ( | waps_frame_t | ) |
waps_frame_t frame |
Note that the frame is reused for the reply
Definition at line 42 of file waps_item.h.
sl_list_t list |
Definition at line 36 of file waps_item.h.
waps_post_tx_cb_f post_cb |
Definition at line 40 of file waps_item.h.
waps_pre_tx_cb_f pre_cb |
Definition at line 39 of file waps_item.h.
uint32_t time |
Creation timestamp of item
Definition at line 38 of file waps_item.h.