5.2.1.5 APS_DataConf_t Structure
Syntax
typedef struct
{
/** The status of the data request. See \ref DataReqStatuses "details". */
APS_Status_t status;
/** Timestamp for the transmitted packet based on the local clock,
* as provided by the NWK layer. */
uint32_t txTime;
} APS_DataConf_t;Description
The apsdeData.h file defines the structure APS_DataConf_t, which the aps.h file includes. This structure reports the result of the APS_DataReq() function. A confirmation callback for the APS_DataReq() request receives a pointer to an instance of this type as an argument to report the outcome of the data transmission. The structure’s definition aligns with the APSDE-DATA.confirm primitive. For more details, refer to the Zigbee® Specification Revision 22 1.0 (05-3474-22), section 2.2.4.1.2 on page 23.
