File Information
Library: IoT/MobileConnection
Package: Generated
Header: IoT/MobileConnection/MobileConnectionServiceEventDispatcher.h
Description
The MobileConnectionService interface is used to configure and establish a mobile data connection.
Inheritance
Direct Base Classes: Poco::RemotingNG::EventDispatcher
All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::EventDispatcher
Member Summary
Member Functions: event__dataConnected, event__dataDisconnected, remoting__typeId
Inherited Functions: accept, attributes, duplicate, protocol, referenceCount, release, removeEventFilter, setEventFilter, setEventFilterImpl, subscribe, transportForSubscriber, unsubscribe
Constructors
MobileConnectionServiceEventDispatcher
MobileConnectionServiceEventDispatcher(
IMobileConnectionService * pInterface,
const Poco::RemotingNG::Identifiable::ObjectId & objectId,
const std::string & protocol
);
Creates a MobileConnectionServiceEventDispatcher.
Destructor
~MobileConnectionServiceEventDispatcher
virtual ~MobileConnectionServiceEventDispatcher();
Destroys the MobileConnectionServiceEventDispatcher.
Member Functions
event__dataConnected
void event__dataConnected(
const void * pSender
);
event__dataDisconnected
void event__dataDisconnected(
const void * pSender
);
remoting__typeId
virtual const Poco::RemotingNG::Identifiable::TypeId & remoting__typeId() const;