Class NetworkEventRegistration
Defined in File NetworkEventBus.h
Class Documentation
-
class NetworkEventRegistration
Public Functions
-
inline NetworkEventRegistration(const csp::common::String &EventReceiverId, const csp::common::String &EventName)
Construct a NetworkEventRegistration.
- Parameters
EventReceiverId – csp::common::String : The identifying name for the event receiver, used for management purposes, allowing clients to register multiple interests in single events. May be any arbitrary unique string. This is distinct from client ID. A single client/application may register multiple receivers if they choose.
EventName – csp::common::String : The identifying name for the event. May be any arbitrary string.
-
inline bool operator==(NetworkEventRegistration const &other) const
-
inline bool operator!=(NetworkEventRegistration const &other) const
-
inline NetworkEventRegistration()
-
inline NetworkEventRegistration(const csp::common::String &EventReceiverId, const csp::common::String &EventName)