Class NetworkEventRegistration

Class Documentation

class NetworkEventRegistration

Public Functions

inline NetworkEventRegistration(const csp::common::String &EventReceiverId, const csp::common::String &EventName)

Construct a NetworkEventRegistration.

Parameters
  • EventReceiverIdcsp::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.

  • EventNamecsp::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()

Public Members

csp::common::String EventReceiverId
csp::common::String EventName