Classes: Deserializer, EventModerationPolicy, EventedStateVariable, Listener, MaximumRateModerationPolicy, MinimumDeltaModerationPolicy, NoModerationPolicy, RequestHandler, Serializer, StateProvider, Transport, TransportFactory
The Deserializer for the UPnP GENA Transport.
An EventModerationPolicy controls the frequency of events
sent when an evented state variable changes.
A helper class template for implementing UPnP evented state
variables.
The RemotingNG Listener implementation for UPnP Eventing
using GENA.
This event moderation policy will fire an event at most every n seconds.
This event moderation policy will fire an event whenever the
value of an event variable changes more than the given
minimum delta since the last time an event was sent.
This event moderation policy does no moderation and
fires an event whenever the event variable's value changes
(the valueChanged() member function is called).
The RemotingNG RequestHandler implementation for UPnP Eventing
using GENA.
The Serializer for the UPnP GENA Transport.
This interface should be provided by all UPnP services
supporting evented state variables.
The Transport implementation for UPnP GENA.
The TransportFactory for UPnP GENA Transport objects.