See: Description
| Interface | Description |
|---|---|
| UPnPAction |
This interface represents the description of a UPnP service
action, parsed from the UPnP service description XML.
|
| UPnPAdvertisedDevice |
This interface represents a UPnP device as it is advertised on a particular
network.
|
| UPnPAdvertisedDeviceIcon |
This interface represents a UPnP device icon as it is described on a
particular network.
|
| UPnPAdvertisedService |
This interface represents a UPnP service as it is advertised on a particular
network.
|
| UPnPAdvertisedStateVariable |
This interface represents a UPnP state variable as it is described on a
particular network.
|
| UPnPDevice |
This interface is an abstract representation of a UPnP device.
|
| UPnPDeviceIcon |
This interfaces is an abstract representation of a UPnP device icon.
|
| UPnPIncomingMessageHandler |
This interface represents an incoming message handler that can
monitor and modify any incoming messages to the UPnP stack.
|
| UPnPOutgoingMessageHandler |
This interface represents an outgoing message handler that can
monitor and modify any outgoing messages from the UPnP stack.
|
| UPnPService |
This interface is an abstract representation of a UPnP service.
|
| UPnPStateVariable |
This interface is an abstract representation of a UPnP state variable.
|
| Class | Description |
|---|---|
| UPnPActionInvocation |
This class represents a UPnP service action invocation,
carrying only IN arguments and a reference to the action
definition (
UPnPAction). |
| UPnPActionResponse |
The class represents a response to a successfully completed
UPnP action.
|
| UPnPErrorResponse |
The class represents a response to an unsuccessfully
completed UPnP action, where the server responded with HTTP
code 500 (Internal Server Error).
|
| UPnPGeneralErrorResponse |
The class represents a response to an unsuccessfully
completed UPnP action, where the server either did not respond,
or responded with an HTTP error code other than
500 (Internal Server Error).
|
| UPnPMessage |
The class represents a UPnP message comprising an HTTP start line,
zero or more headers and an optional XML document.
|
| UPnPResponse |
This class represents a response to a UPnP action.
|
Copyright © 2012. All Rights Reserved.