• UpnpDiscoveryImplementation
  • UpnpDiscoveryImplementation Class

    (nymeaserver::UpnpDiscoveryImplementation)

    Allows to detect UPnP devices in the network. More...

    Header: #include <UpnpDiscoveryImplementation>

    Public Functions

    bool disable()

    Protected Functions

    void setEnabled(bool enabled)

    Detailed Description

    Allows to detect UPnP devices in the network.

    This resource allows plugins to discover UPnP devices in the network and receive notification messages. The resource will bind a UDP socket to the multicast 239.255.255.250 on port 1900.

    The communication was implementet using following documentation: http://upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf

    See also UpnpDevice and UpnpDeviceDescriptor.

    Member Function Documentation

    bool UpnpDiscoveryImplementation::disable()

    [protected] void UpnpDiscoveryImplementation::setEnabled(bool enabled)