HccnResult

Description

Defines the return values of RPing function operations.

Prototype

typedef enum {
    HCCN_SUCCESS = 0,    /* Success */
    HCCN_E_AGAIN,        /* Send again */
    HCCN_E_FAIL,         /* Failure */
    HCCN_E_PARA,         /* Parameter error */
    HCCN_E_MEM,          /* Memory error */
    HCCN_E_RESERVED      /* Reserved */
} HccnResult;