Valid field bit map definitions | |
Bit position of valid_mask in lwm2mstub_ovcondition_s | |
#define | LWM2MSTUB_CONDVALID_MINPERIOD (1<<0) |
Bit position of min_period If this bit is set in valid_mask on lwm2mstub_ovcondition_s, min_period field has valid information. | |
#define | LWM2MSTUB_CONDVALID_MAXPERIOD (1<<1) |
Bit position of min_period If this bit is set in valid_mask on lwm2mstub_ovcondition_s, max_period field has valid information. | |
#define | LWM2MSTUB_CONDVALID_GRATERTHAN (1<<2) |
Bit position of gt_cond If this bit is set in valid_mask on lwm2mstub_ovcondition_s, gt_cond field has valid information. | |
#define | LWM2MSTUB_CONDVALID_LESSTHAN (1<<3) |
Bit position of lt_cond If this bit is set in valid_mask on lwm2mstub_ovcondition_s, lt_cond field has valid information. | |
#define | LWM2MSTUB_CONDVALID_STEP (1<<4) |
Bit position of step_val If this bit is set in valid_mask on lwm2mstub_ovcondition_s, step_val field has valid information. | |