Digi XBee(R) ANSI C Host Library
|
Used to track conversations (outstanding requests) on an endpoint. More...
#include "wpan/aps.h"
Data Fields | |
uint8_t | transaction_id |
void FAR * | context |
uint16_t | timeout |
Time to expire conversation (0 for never or lower 16 bits of xbee_seconds_timer) – limited to 9 hours (32,768 seconds). More... | |
wpan_response_fn | handler |
Used to track conversations (outstanding requests) on an endpoint.
uint16_t timeout |
Time to expire conversation (0 for never or lower 16 bits of xbee_seconds_timer) – limited to 9 hours (32,768 seconds).
We could save another byte if it's ok to limit to 2 minutes and we'll check for expirations at least every 7 seconds.