1.1.4.4.35 DRV_RF215_PIB_RESULT Enum

C

typedef enum
{
    RF215_PIB_RESULT_SUCCESS        = 0,
    RF215_PIB_RESULT_INVALID_PARAM  = 1,
    RF215_PIB_RESULT_INVALID_ATTR   = 2,
    RF215_PIB_RESULT_INVALID_HANDLE = 3,
    RF215_PIB_RESULT_READ_ONLY      = 4,
    RF215_PIB_RESULT_WRITE_ONLY     = 5,

} DRV_RF215_PIB_RESULT;

Summary

Defines the list of PIB results.

Remarks

None.