fesa-core  5.0.1
fesa::UpdateType Namespace Reference

Enumerations

enum  UpdateType { NORMAL = cmw::rda3::common::UT_NORMAL, FIRST = cmw::rda3::common::UT_FIRST_UPDATE, IMMEDIATE = cmw::rda3::common::UT_IMMEDIATE_UPDATE }
 

Detailed Description

Enumeration which represents the type of update (which in turn depends on how the request was made: see RequestType). Compatible with RequestType: RequestType == GET => NORMAL update RequestType == SUBSCRIBE => FIRST update RequestType == SET => IMMEDIATE update

Enumeration Type Documentation

Enumerator
NORMAL 

NORMAL.

FIRST 

FIRST.

IMMEDIATE 

IMMEDIATE.