1.2.5.62 ADP_NON_VOLATILE_DATA_IND_PARAMS Struct
C
typedef struct
{
/* MAC frame counter for PLC */
uint32_t frameCounter;
/* MAC frame counter for RF */
uint32_t frameCounterRF;
/* Discover sequence number */
uint16_t discoverSeqNumber;
/* Broadcast sequence number */
uint8_t broadcastSeqNumber;
} ADP_NON_VOLATILE_DATA_IND_PARAMS;Summary
Defines the Parameters for the ADP Non-Volatile Data Indication event handler function.
Description
The structure contains the fields reported by the ADP Non-Volatile Data Indication event handler function. These fields are the parameters that G3 Specification mandates to restore after a reset or power cycle in a G3 device.
Field description:
- frameCounter. MAC frame counter for PLC.
- frameCounterRF. MAC frame counter for RF.
- discoverSeqNumber. Discover sequence number.
- broadcastSeqNumber. Broadcast sequence number.
Remarks
None.
