fesa-core  5.0.1
fesa::RequestType Namespace Reference

access type, which is sent to the ReplyHandler of the client When a subscriber which is subscribed to a setting property receives an update, or when the manual update after a new subscription is triggered, the "get()" in the property has to be executed using the Request Type. In that case, this flag is added to the rdaData the subscriber will receive, in order to inform him about the purpose of the Notification. GET: update is due to a notification from a RealTimeAction (no additional tag is sent) SUBSCRIBE: first update after a subscription ... "1" is sent. SET: notification through a setting Property ... "2" is sent. More...

Detailed Description

access type, which is sent to the ReplyHandler of the client When a subscriber which is subscribed to a setting property receives an update, or when the manual update after a new subscription is triggered, the "get()" in the property has to be executed using the Request Type. In that case, this flag is added to the rdaData the subscriber will receive, in order to inform him about the purpose of the Notification. GET: update is due to a notification from a RealTimeAction (no additional tag is sent) SUBSCRIBE: first update after a subscription ... "1" is sent. SET: notification through a setting Property ... "2" is sent.