HccnRpingAddTargetConfig

Description

Defines the data structure for configuring the RPing timeout interval.

Prototype

typedef struct HccnRpingAddTargetConfigDef {
    uint32_t connectTimeout; /* Timeout interval. The value range is [1,3600000], in ms. */
    uint8_t reserve[32]; /* Reserved */
} HccnRpingAddTargetConfig;