fesa-core
4.2.0
|
Enumerations | |
enum | UpdateType { NORMAL = cmw::rda3::common::UT_NORMAL, FIRST = cmw::rda3::common::UT_FIRST_UPDATE, IMMEDIATE = cmw::rda3::common::UT_IMMEDIATE_UPDATE } |
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