struct Upnp_Action_Request

Returned as part of a UPNP_CONTROL_ACTION_COMPLETE callback.

[more]char ActionName[NAME_SIZE]
The Action Name.
[more]IXML_Document* ActionRequest
The DOM document describing the action.
[more]IXML_Document* ActionResult
The DOM document describing the result of the action.
[more]struct in_addr CtrlPtIPAddr
IP address of the control point requesting this action.
[more]char DevUDN[NAME_SIZE]
The unique device ID.
[more]int ErrCode
The result of the operation.
[more]char ErrStr[LINE_SIZE]
The error string in case of error.
[more]char ServiceID[NAME_SIZE]
The service ID.
[more]IXML_Document* SoapHeader
The DOM document containing the information from the the SOAP header.
[more]int Socket
The socket number of the connection to the requestor.


Documentation

Returned as part of a UPNP_CONTROL_ACTION_COMPLETE callback.
oint ErrCode
The result of the operation.

oint Socket
The socket number of the connection to the requestor.

ochar ErrStr[LINE_SIZE]
The error string in case of error.

ochar ActionName[NAME_SIZE]
The Action Name.

ochar DevUDN[NAME_SIZE]
The unique device ID.

ochar ServiceID[NAME_SIZE]
The service ID.

oIXML_Document* ActionRequest
The DOM document describing the action.

oIXML_Document* ActionResult
The DOM document describing the result of the action.

ostruct in_addr CtrlPtIPAddr
IP address of the control point requesting this action.

oIXML_Document* SoapHeader
The DOM document containing the information from the the SOAP header.

Alphabetic index



This page was generated with the help of DOC++.