Digi XBee(R) ANSI C Host Library
Data Fields

Used to track conversations (outstanding requests) on an endpoint. More...

#include "wpan/aps.h"

Data Fields

uint8_t transaction_id
 
void FARcontext
 
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
 

Detailed Description

Used to track conversations (outstanding requests) on an endpoint.

Field Documentation

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.


The documentation for this struct was generated from the following file: