#include <qtsoap.h>#include <QMap>#include <QString>#include <QObject>#include "brisaglobal.h"#include "brisastatevariable.h"#include "brisaaction.h"Go to the source code of this file.
Classes | |
| class | BrisaUpnp::BrisaAbstractService |
| An abstract class for the control point side and device side service. More... | |
Namespaces | |
| namespace | BrisaUpnp |
Enumerations | |
| enum | UPnPErrorCodes { UPNP_SUCCESS = 0, UPNP_INVALID_ACTION = 401, UPNP_INVALID_ARGUMENTS = 402, UPNP_ACTION_FAILED = 501, UPNP_INVALID_VALUE_ARGUMENT = 600, UPNP_ARGUMENT_VALUE_OUT_OF_RANGE = 601, UPNP_OPTIONAL_ACTION_NOT_IMPLEMENTED = 602, UPNP_OUT_OF_MEMORY = 603, UPNP_HUMAN_INTERVENTION_REQUIRED = 604, UPNP_STRING_ARGUMENT_TOO_LONG = 605 } |
| enum UPnPErrorCodes |
Definition at line 40 of file brisaabstractservice.h.
1.6.3