anjay
|
#include <dm.h>
Data Fields | |
bool | is_observed |
int32_t | min_period |
int32_t | max_eval_period |
Structure representing an observation state of a Resource.
bool is_observed |
Informs whether a given Resource is observed (by any server) or not.
int32_t max_eval_period |
The minimum effective value (in seconds) of the epmax
attribute for a given Resource. The value of this field equals ANJAY_ATTRIB_INTEGER_NONE if epmax
wasn't set for any server or is_observed
is false.
int32_t min_period |
The minimum effective value (in seconds) of the pmin
attribute for a given Resource. The value of this field equals 0 if pmin
wasn't set for any server or is_observed
is false.