File Information
Library: IoT/NetworkEnvironment
Package: Generated
Header: IoT/NetworkEnvironment/NetworkEnvironmentServiceEventDispatcher.h
Description
The NetworkEnvironmentService can be used to get notifications about network address and network interface changes.
Inheritance
Direct Base Classes: Poco::RemotingNG::EventDispatcher
All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::EventDispatcher
Member Summary
Member Functions: event__networkEnvironmentChanged, remoting__typeId
Inherited Functions: accept, attributes, duplicate, protocol, referenceCount, release, removeEventFilter, setEventFilter, setEventFilterImpl, subscribe, transportForSubscriber, unsubscribe
Constructors
NetworkEnvironmentServiceEventDispatcher
NetworkEnvironmentServiceEventDispatcher(
INetworkEnvironmentService * pInterface,
const Poco::RemotingNG::Identifiable::ObjectId & objectId,
const std::string & protocol
);
Creates a NetworkEnvironmentServiceEventDispatcher.
Destructor
~NetworkEnvironmentServiceEventDispatcher
virtual ~NetworkEnvironmentServiceEventDispatcher();
Destroys the NetworkEnvironmentServiceEventDispatcher.
Member Functions
event__networkEnvironmentChanged
void event__networkEnvironmentChanged(
const void * pSender,
const IoT::NetworkEnvironment::ChangeType & data
);
remoting__typeId
virtual const Poco::RemotingNG::Identifiable::TypeId & remoting__typeId() const;