File Information
Library: IoT/UDP
Package: Generated
Header: IoT/UDP/UDPEndpointEventDispatcher.h
Description
The UDPEndpoint is used to receive and send UDP packets.
Inheritance
Direct Base Classes: Poco::RemotingNG::EventDispatcher
All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::EventDispatcher
Member Summary
Member Functions: event__packetReceived, remoting__typeId
Inherited Functions: accept, attributes, duplicate, protocol, referenceCount, release, removeEventFilter, setEventFilter, setEventFilterImpl, subscribe, transportForSubscriber, unsubscribe
Constructors
UDPEndpointEventDispatcher
UDPEndpointEventDispatcher(
IUDPEndpoint * pInterface,
const Poco::RemotingNG::Identifiable::ObjectId & objectId,
const std::string & protocol
);
Creates a UDPEndpointEventDispatcher.
Destructor
~UDPEndpointEventDispatcher
virtual ~UDPEndpointEventDispatcher();
Destroys the UDPEndpointEventDispatcher.
Member Functions
event__packetReceived
void event__packetReceived(
const void * pSender,
const IoT::UDP::Packet & data
);
remoting__typeId
virtual const Poco::RemotingNG::Identifiable::TypeId & remoting__typeId() const;