Structure for tracking TID expiry for the models. More...
#include <model_common.h>
Data Fields | |
uint16_t | src |
Source address. | |
uint16_t | dst |
Destination address. | |
uint32_t | message_id |
Previously received Opcode. | |
uint8_t | old_tid |
Previously received TID. | |
bool | new_transaction |
New transaction indicator flag. | |
timer_event_t | tid_expiry_timer |
Expiration timer instance. | |
Structure for tracking TID expiry for the models.
Definition at line 169 of file model_common.h.