HccnRpingResultInfo

Description

Defines the RPing result.

Prototype

typedef struct HccnRpingResultInfoDef {
    uint32_t txPkt;       /* Number of TX packets */
    uint32_t rxPkt;       /* Number of RX packets (including timeout packets) */
    uint32_t minRTT;      /* Minimum RTT of RX and TX packets at a time (excluding the RTT of timeout packets), in microseconds */
    uint32_t maxRTT;      /* Maximum RTT of RX and TX packets at a time (excluding the RTT of timeout packets), in microseconds */
    uint32_t avgRTT;      /* Average RTT of RX and TX packets (excluding the RTT of timeout packets), in microseconds */
    HccnRpingResultState state;       /* Flag indicating whether the result is valid */
    uint32_t reserved[5]; /* Reserved */
} HccnRpingResultInfo;