anjay
anjay_resource_observation_status_t Struct Reference

#include <dm.h>

Data Fields

bool is_observed
 
int32_t min_period
 
int32_t max_eval_period
 

Detailed Description

Structure representing an observation state of a Resource.

Field Documentation

◆ is_observed

bool is_observed

Informs whether a given Resource is observed (by any server) or not.

◆ max_eval_period

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.

◆ min_period

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.


The documentation for this struct was generated from the following file: