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.
Description
This data type defines the list of possible results in PIB management routines (DRV_RF215_GetPib, DRV_RF215_SetPib).
Remarks
None.