KVIrc
4.9.2
DeveloperAPIs
|
#include <SsdpConnection.h>
Signals | |
void | deviceFound (const QString &hostname, int port, const QString &rootUrl) |
Public Member Functions | |
void | queryDevices (int bindPort=1500) |
SsdpConnection () | |
virtual | ~SsdpConnection () |
Private Slots | |
void | slotDataReceived () |
Private Attributes | |
QUdpSocket * | m_pSocket |
The Simple Service Discovery Protocol allows UPnP clients to discover UPnP devices on a network. This is achieved by broadcasting a HTTP-like message over UDP. Devices can respond with their location and root service name. The RootService class uses this information to query the device for it's meta information and service list.
UPnP::SsdpConnection::SsdpConnection | ( | ) |
References connect(), m_pSocket, and slotDataReceived().
|
virtual |
References m_pSocket.
|
signal |
Referenced by slotDataReceived().
void UPnP::SsdpConnection::queryDevices | ( | int | bindPort = 1500 | ) |
References m_pSocket.
Referenced by UPnP::Manager::initialize().
|
privateslot |
References deviceFound(), and m_pSocket.
Referenced by SsdpConnection().
|
private |
Referenced by queryDevices(), slotDataReceived(), SsdpConnection(), and ~SsdpConnection().