GenericServiceClient::EventCallbackContext¶
-
class
kanzi::connect::GenericServiceClient::EventCallbackContext¶ Callback interface.
Public Members
-
string
m_eventName¶ Name of the event this registration maps to.
-
EventCallbackFunction
m_function¶ Method to invoke on event reception.
-
EventRegistrationState
m_state¶ State of registration.
-
EventRegistrationStateCallbackFunction
m_stateFunction¶ Method to invoke on registration state changes.
-
AbstractSession::MessageSubscriptionToken
m_subscriptionToken¶ Message registration token,.
-
string