ZGP_GpdfDataReq_t struct
C
typedef struct PACK { ExtAddr_t gpdIeeeAddress; uint32_t gpTxQueueEntryLifeTime; ZGP_FrameDir_t frameDir; ZGP_GpdfTxOptions_t txOptions; ZGP_ApplicationId_t applicationId; ZGP_SourceId_t srcId; uint8_t endpoint; ZGP_CommandId_t gpdCommandId; uint8_t gpdAsduLength; uint8_t *gpdAsdu; uint8_t gpepHandle; //! ZGP confirm argument structure. Shall not be filled by user. ZGP_GpdfDataConfirm_t confirm; bool action; } ZGP_GpdfDataReq_t;
Description
Input structure to send GPDF Data.