Type | Declared | Serializable | Bitmask | Values |
---|---|---|---|---|
enum xsd__boolean | tr-069.h:136 | yes | false_ , true_ | |
enum cwmp__AccessListValueType | tr-069.h:317 | yes | cwmp__AccessListValueType__Subscriber | |
enum cwmp__ParameterAttributeNotificationValueType | tr-069.h:325 | yes | cwmp__ParameterAttributeNotificationValueType__0 , cwmp__ParameterAttributeNotificationValueType__1 , cwmp__ParameterAttributeNotificationValueType__2 , cwmp__ParameterAttributeNotificationValueType__3 , cwmp__ParameterAttributeNotificationValueType__4 , cwmp__ParameterAttributeNotificationValueType__5 , cwmp__ParameterAttributeNotificationValueType__6 | |
enum cwmp__TransferStateType | tr-069.h:367 | yes | cwmp__TransferStateType__1 , cwmp__TransferStateType__2 , cwmp__TransferStateType__3 | |
enum cwmp__DeploymentUnitState | tr-069.h:402 | yes | cwmp__DeploymentUnitState__Installed , cwmp__DeploymentUnitState__Uninstalled , cwmp__DeploymentUnitState__Failed | |
enum cwmp__DefaultDeploymentUnitOperationType | tr-069.h:425 | yes | cwmp__DefaultDeploymentUnitOperationType__Install , cwmp__DefaultDeploymentUnitOperationType__Update , cwmp__DefaultDeploymentUnitOperationType__Uninstall | |
enum cwmp__TransferCompleteCPEFaultCodeType | tr-069.h:451 | yes | cwmp__TransferCompleteCPEFaultCodeType__9001 , cwmp__TransferCompleteCPEFaultCodeType__9002 , cwmp__TransferCompleteCPEFaultCodeType__9010 , cwmp__TransferCompleteCPEFaultCodeType__9011 , cwmp__TransferCompleteCPEFaultCodeType__9012 , cwmp__TransferCompleteCPEFaultCodeType__9014 , cwmp__TransferCompleteCPEFaultCodeType__9015 , cwmp__TransferCompleteCPEFaultCodeType__9016 , cwmp__TransferCompleteCPEFaultCodeType__9017 , cwmp__TransferCompleteCPEFaultCodeType__9018 , cwmp__TransferCompleteCPEFaultCodeType__9019 , cwmp__TransferCompleteCPEFaultCodeType__9020 | |
enum cwmp__DeploymentUnitCPEFaultCodeType | tr-069.h:474 | yes | cwmp__DeploymentUnitCPEFaultCodeType__9001 , cwmp__DeploymentUnitCPEFaultCodeType__9003 , cwmp__DeploymentUnitCPEFaultCodeType__9012 , cwmp__DeploymentUnitCPEFaultCodeType__9013 , cwmp__DeploymentUnitCPEFaultCodeType__9015 , cwmp__DeploymentUnitCPEFaultCodeType__9016 , cwmp__DeploymentUnitCPEFaultCodeType__9017 , cwmp__DeploymentUnitCPEFaultCodeType__9018 , cwmp__DeploymentUnitCPEFaultCodeType__9022 , cwmp__DeploymentUnitCPEFaultCodeType__9023 , cwmp__DeploymentUnitCPEFaultCodeType__9024 , cwmp__DeploymentUnitCPEFaultCodeType__9025 , cwmp__DeploymentUnitCPEFaultCodeType__9026 , cwmp__DeploymentUnitCPEFaultCodeType__9027 , cwmp__DeploymentUnitCPEFaultCodeType__9028 , cwmp__DeploymentUnitCPEFaultCodeType__9029 , cwmp__DeploymentUnitCPEFaultCodeType__9030 , cwmp__DeploymentUnitCPEFaultCodeType__9031 , cwmp__DeploymentUnitCPEFaultCodeType__9032 | |
enum _cwmp__OptionStruct_State | tr-069.h:878 | yes | _cwmp__OptionStruct_State__0 , _cwmp__OptionStruct_State__1 , _cwmp__OptionStruct_State__2 , _cwmp__OptionStruct_State__3 | |
enum _cwmp__OptionStruct_Mode | tr-069.h:902 | yes | _cwmp__OptionStruct_Mode__0 , _cwmp__OptionStruct_Mode__1 , _cwmp__OptionStruct_Mode__2 | |
enum _cwmp__OptionStruct_IsTransferable | tr-069.h:925 | yes | _cwmp__OptionStruct_IsTransferable__0 , _cwmp__OptionStruct_IsTransferable__1 | |
enum _cwmp__SetParameterValuesResponse_Status | tr-069.h:1078 | yes | _cwmp__SetParameterValuesResponse_Status__0 , _cwmp__SetParameterValuesResponse_Status__1 | |
enum _cwmp__AddObjectResponse_Status | tr-069.h:1296 | yes | _cwmp__AddObjectResponse_Status__0 , _cwmp__AddObjectResponse_Status__1 | |
enum _cwmp__DeleteObjectResponse_Status | tr-069.h:1350 | yes | _cwmp__DeleteObjectResponse_Status__0 , _cwmp__DeleteObjectResponse_Status__1 | |
enum _cwmp__DownloadResponse_Status | tr-069.h:1426 | yes | _cwmp__DownloadResponse_Status__0 , _cwmp__DownloadResponse_Status__1 | |
enum _cwmp__UploadResponse_Status | tr-069.h:1690 | yes | _cwmp__UploadResponse_Status__0 , _cwmp__UploadResponse_Status__1 |
xsd__anySimpleType
The following operations on `struct cwmp__ParameterValueStruct` are available:
- `struct cwmp__ParameterValueStruct *soap_new_cwmp__ParameterValueStruct(struct soap*)` managed allocation with default initialization
- `struct cwmp__ParameterValueStruct *soap_new_cwmp__ParameterValueStruct(struct soap*, int n)` managed allocation with default initialization of array `struct cwmp__ParameterValueStruct[n]`
- `struct cwmp__ParameterValueStruct *soap_new_req_cwmp__ParameterValueStruct(struct soap*, char *Name, char *Value)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct cwmp__ParameterValueStruct *soap_new_set_cwmp__ParameterValueStruct(struct soap*, char *Name, char *Value)` managed allocation with the public members assigned the values of these parameters
- `void soap_default_cwmp__ParameterValueStruct(struct soap*, struct cwmp__ParameterValueStruct*)` (re)set to default initialization values
- `int soap_write_cwmp__ParameterValueStruct(struct soap*, const struct cwmp__ParameterValueStruct*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read_cwmp__ParameterValueStruct(struct soap*, struct cwmp__ParameterValueStruct*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT_cwmp__ParameterValueStruct(struct soap*, const char *URL, const struct cwmp__ParameterValueStruct*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH_cwmp__ParameterValueStruct(struct soap*, const char *URL, const struct cwmp__ParameterValueStruct*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send_cwmp__ParameterValueStruct(struct soap*, const char *URL, const struct cwmp__ParameterValueStruct*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv_cwmp__ParameterValueStruct(struct soap*, struct cwmp__ParameterValueStruct*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET_cwmp__ParameterValueStruct(struct soap*, const char *URL, struct cwmp__ParameterValueStruct*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:ParameterValueStruct`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__EventCodeType
- `char *CommandKey` is a required element *` cwmp__CommandKeyType
The following operations on `struct cwmp__EventStruct` are available:
- `struct cwmp__EventStruct *soap_new_cwmp__EventStruct(struct soap*)` managed allocation with default initialization
- `struct cwmp__EventStruct *soap_new_cwmp__EventStruct(struct soap*, int n)` managed allocation with default initialization of array `struct cwmp__EventStruct[n]`
- `struct cwmp__EventStruct *soap_new_req_cwmp__EventStruct(struct soap*, char *EventCode, char *CommandKey)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct cwmp__EventStruct *soap_new_set_cwmp__EventStruct(struct soap*, char *EventCode, char *CommandKey)` managed allocation with the public members assigned the values of these parameters
- `void soap_default_cwmp__EventStruct(struct soap*, struct cwmp__EventStruct*)` (re)set to default initialization values
- `int soap_write_cwmp__EventStruct(struct soap*, const struct cwmp__EventStruct*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read_cwmp__EventStruct(struct soap*, struct cwmp__EventStruct*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT_cwmp__EventStruct(struct soap*, const char *URL, const struct cwmp__EventStruct*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH_cwmp__EventStruct(struct soap*, const char *URL, const struct cwmp__EventStruct*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send_cwmp__EventStruct(struct soap*, const char *URL, const struct cwmp__EventStruct*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv_cwmp__EventStruct(struct soap*, struct cwmp__EventStruct*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET_cwmp__EventStruct(struct soap*, const char *URL, struct cwmp__EventStruct*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:EventStruct`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
xsd__boolean
The following operations on `struct cwmp__ParameterInfoStruct` are available:
- `struct cwmp__ParameterInfoStruct *soap_new_cwmp__ParameterInfoStruct(struct soap*)` managed allocation with default initialization
- `struct cwmp__ParameterInfoStruct *soap_new_cwmp__ParameterInfoStruct(struct soap*, int n)` managed allocation with default initialization of array `struct cwmp__ParameterInfoStruct[n]`
- `struct cwmp__ParameterInfoStruct *soap_new_req_cwmp__ParameterInfoStruct(struct soap*, char *Name, enum xsd__boolean Writable)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct cwmp__ParameterInfoStruct *soap_new_set_cwmp__ParameterInfoStruct(struct soap*, char *Name, enum xsd__boolean Writable)` managed allocation with the public members assigned the values of these parameters
- `void soap_default_cwmp__ParameterInfoStruct(struct soap*, struct cwmp__ParameterInfoStruct*)` (re)set to default initialization values
- `int soap_write_cwmp__ParameterInfoStruct(struct soap*, const struct cwmp__ParameterInfoStruct*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read_cwmp__ParameterInfoStruct(struct soap*, struct cwmp__ParameterInfoStruct*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT_cwmp__ParameterInfoStruct(struct soap*, const char *URL, const struct cwmp__ParameterInfoStruct*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH_cwmp__ParameterInfoStruct(struct soap*, const char *URL, const struct cwmp__ParameterInfoStruct*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send_cwmp__ParameterInfoStruct(struct soap*, const char *URL, const struct cwmp__ParameterInfoStruct*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv_cwmp__ParameterInfoStruct(struct soap*, struct cwmp__ParameterInfoStruct*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET_cwmp__ParameterInfoStruct(struct soap*, const char *URL, struct cwmp__ParameterInfoStruct*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:ParameterInfoStruct`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
xsd__boolean
- `enum cwmp__ParameterAttributeNotificationValueType Notification` is a required element *` cwmp__ParameterAttributeNotificationValueType
- `enum xsd__boolean AccessListChange` is a required element *` xsd__boolean
- `struct AccessList *AccessList` is a required element *` AccessList
The following operations on `struct cwmp__SetParameterAttributesStruct` are available:
- `struct cwmp__SetParameterAttributesStruct *soap_new_cwmp__SetParameterAttributesStruct(struct soap*)` managed allocation with default initialization
- `struct cwmp__SetParameterAttributesStruct *soap_new_cwmp__SetParameterAttributesStruct(struct soap*, int n)` managed allocation with default initialization of array `struct cwmp__SetParameterAttributesStruct[n]`
- `struct cwmp__SetParameterAttributesStruct *soap_new_req_cwmp__SetParameterAttributesStruct(struct soap*, char *Name, enum xsd__boolean NotificationChange, enum cwmp__ParameterAttributeNotificationValueType Notification, enum xsd__boolean AccessListChange, struct AccessList *AccessList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct cwmp__SetParameterAttributesStruct *soap_new_set_cwmp__SetParameterAttributesStruct(struct soap*, char *Name, enum xsd__boolean NotificationChange, enum cwmp__ParameterAttributeNotificationValueType Notification, enum xsd__boolean AccessListChange, struct AccessList *AccessList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default_cwmp__SetParameterAttributesStruct(struct soap*, struct cwmp__SetParameterAttributesStruct*)` (re)set to default initialization values
- `int soap_write_cwmp__SetParameterAttributesStruct(struct soap*, const struct cwmp__SetParameterAttributesStruct*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read_cwmp__SetParameterAttributesStruct(struct soap*, struct cwmp__SetParameterAttributesStruct*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT_cwmp__SetParameterAttributesStruct(struct soap*, const char *URL, const struct cwmp__SetParameterAttributesStruct*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH_cwmp__SetParameterAttributesStruct(struct soap*, const char *URL, const struct cwmp__SetParameterAttributesStruct*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send_cwmp__SetParameterAttributesStruct(struct soap*, const char *URL, const struct cwmp__SetParameterAttributesStruct*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv_cwmp__SetParameterAttributesStruct(struct soap*, struct cwmp__SetParameterAttributesStruct*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET_cwmp__SetParameterAttributesStruct(struct soap*, const char *URL, struct cwmp__SetParameterAttributesStruct*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:SetParameterAttributesStruct`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__ParameterAttributeNotificationValueType
- `struct AccessList *AccessList` is a required element *` AccessList
The following operations on `struct cwmp__ParameterAttributeStruct` are available:
- `struct cwmp__ParameterAttributeStruct *soap_new_cwmp__ParameterAttributeStruct(struct soap*)` managed allocation with default initialization
- `struct cwmp__ParameterAttributeStruct *soap_new_cwmp__ParameterAttributeStruct(struct soap*, int n)` managed allocation with default initialization of array `struct cwmp__ParameterAttributeStruct[n]`
- `struct cwmp__ParameterAttributeStruct *soap_new_req_cwmp__ParameterAttributeStruct(struct soap*, char *Name, enum cwmp__ParameterAttributeNotificationValueType Notification, struct AccessList *AccessList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct cwmp__ParameterAttributeStruct *soap_new_set_cwmp__ParameterAttributeStruct(struct soap*, char *Name, enum cwmp__ParameterAttributeNotificationValueType Notification, struct AccessList *AccessList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default_cwmp__ParameterAttributeStruct(struct soap*, struct cwmp__ParameterAttributeStruct*)` (re)set to default initialization values
- `int soap_write_cwmp__ParameterAttributeStruct(struct soap*, const struct cwmp__ParameterAttributeStruct*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read_cwmp__ParameterAttributeStruct(struct soap*, struct cwmp__ParameterAttributeStruct*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT_cwmp__ParameterAttributeStruct(struct soap*, const char *URL, const struct cwmp__ParameterAttributeStruct*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH_cwmp__ParameterAttributeStruct(struct soap*, const char *URL, const struct cwmp__ParameterAttributeStruct*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send_cwmp__ParameterAttributeStruct(struct soap*, const char *URL, const struct cwmp__ParameterAttributeStruct*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv_cwmp__ParameterAttributeStruct(struct soap*, struct cwmp__ParameterAttributeStruct*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET_cwmp__ParameterAttributeStruct(struct soap*, const char *URL, struct cwmp__ParameterAttributeStruct*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:ParameterAttributeStruct`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__TimeWindowModeValueType
- `char *UserMessage` is a required element *` cwmp__CommandKeyType
- `enum cwmp__TransferStateType State` is a required element *` cwmp__TransferStateType
The following operations on `struct cwmp__QueuedTransferStruct` are available:
- `struct cwmp__QueuedTransferStruct *soap_new_cwmp__QueuedTransferStruct(struct soap*)` managed allocation with default initialization
- `struct cwmp__QueuedTransferStruct *soap_new_cwmp__QueuedTransferStruct(struct soap*, int n)` managed allocation with default initialization of array `struct cwmp__QueuedTransferStruct[n]`
- `struct cwmp__QueuedTransferStruct *soap_new_req_cwmp__QueuedTransferStruct(struct soap*, char *CommandKey, enum cwmp__TransferStateType State)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct cwmp__QueuedTransferStruct *soap_new_set_cwmp__QueuedTransferStruct(struct soap*, char *CommandKey, enum cwmp__TransferStateType State)` managed allocation with the public members assigned the values of these parameters
- `void soap_default_cwmp__QueuedTransferStruct(struct soap*, struct cwmp__QueuedTransferStruct*)` (re)set to default initialization values
- `int soap_write_cwmp__QueuedTransferStruct(struct soap*, const struct cwmp__QueuedTransferStruct*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read_cwmp__QueuedTransferStruct(struct soap*, struct cwmp__QueuedTransferStruct*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT_cwmp__QueuedTransferStruct(struct soap*, const char *URL, const struct cwmp__QueuedTransferStruct*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH_cwmp__QueuedTransferStruct(struct soap*, const char *URL, const struct cwmp__QueuedTransferStruct*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send_cwmp__QueuedTransferStruct(struct soap*, const char *URL, const struct cwmp__QueuedTransferStruct*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv_cwmp__QueuedTransferStruct(struct soap*, struct cwmp__QueuedTransferStruct*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET_cwmp__QueuedTransferStruct(struct soap*, const char *URL, struct cwmp__QueuedTransferStruct*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:QueuedTransferStruct`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__CommandKeyType
- `enum cwmp__TransferStateType State` is a required element *` cwmp__TransferStateType
- `enum xsd__boolean IsDownload` is a required element *` xsd__boolean
- `char *FileType` is a required element *` cwmp__TransferFileType
- `unsigned int FileSize` is a required element *` cwmp__DeploymentUnitUUID
- `char *DeploymentUnitRef` is a required element *` cwmp__DeploymentUnitState
- `enum xsd__boolean Resolved` is a required element *` xsd__boolean
- `char *ExecutionUnitRefList` is a required element *` cwmp__DeploymentUnitFaultStruct
The following operations on `struct cwmp__OpResultStruct` are available:
- `struct cwmp__OpResultStruct *soap_new_cwmp__OpResultStruct(struct soap*)` managed allocation with default initialization
- `struct cwmp__OpResultStruct *soap_new_cwmp__OpResultStruct(struct soap*, int n)` managed allocation with default initialization of array `struct cwmp__OpResultStruct[n]`
- `struct cwmp__OpResultStruct *soap_new_req_cwmp__OpResultStruct(struct soap*, char *UUID, char *DeploymentUnitRef, char *Version, enum cwmp__DeploymentUnitState CurrentState, enum xsd__boolean Resolved, char *ExecutionUnitRefList, time_t StartTime, time_t CompleteTime, struct cwmp__DeploymentUnitFaultStruct *Fault)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct cwmp__OpResultStruct *soap_new_set_cwmp__OpResultStruct(struct soap*, char *UUID, char *DeploymentUnitRef, char *Version, enum cwmp__DeploymentUnitState CurrentState, enum xsd__boolean Resolved, char *ExecutionUnitRefList, time_t StartTime, time_t CompleteTime, struct cwmp__DeploymentUnitFaultStruct *Fault)` managed allocation with the public members assigned the values of these parameters
- `void soap_default_cwmp__OpResultStruct(struct soap*, struct cwmp__OpResultStruct*)` (re)set to default initialization values
- `int soap_write_cwmp__OpResultStruct(struct soap*, const struct cwmp__OpResultStruct*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read_cwmp__OpResultStruct(struct soap*, struct cwmp__OpResultStruct*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT_cwmp__OpResultStruct(struct soap*, const char *URL, const struct cwmp__OpResultStruct*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH_cwmp__OpResultStruct(struct soap*, const char *URL, const struct cwmp__OpResultStruct*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send_cwmp__OpResultStruct(struct soap*, const char *URL, const struct cwmp__OpResultStruct*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv_cwmp__OpResultStruct(struct soap*, struct cwmp__OpResultStruct*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET_cwmp__OpResultStruct(struct soap*, const char *URL, struct cwmp__OpResultStruct*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:OpResultStruct`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
_cwmp__OptionStruct_State
- `enum _cwmp__OptionStruct_Mode Mode` is a required element *` _cwmp__OptionStruct_Mode
- `time_t StartDate` is a required element *` _cwmp__OptionStruct_IsTransferable
The following operations on `struct cwmp__OptionStruct` are available:
- `struct cwmp__OptionStruct *soap_new_cwmp__OptionStruct(struct soap*)` managed allocation with default initialization
- `struct cwmp__OptionStruct *soap_new_cwmp__OptionStruct(struct soap*, int n)` managed allocation with default initialization of array `struct cwmp__OptionStruct[n]`
- `struct cwmp__OptionStruct *soap_new_req_cwmp__OptionStruct(struct soap*, char *OptionName, unsigned int VoucherSN, enum _cwmp__OptionStruct_State State, enum _cwmp__OptionStruct_Mode Mode, time_t StartDate, enum _cwmp__OptionStruct_IsTransferable IsTransferable)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct cwmp__OptionStruct *soap_new_set_cwmp__OptionStruct(struct soap*, char *OptionName, unsigned int VoucherSN, enum _cwmp__OptionStruct_State State, enum _cwmp__OptionStruct_Mode Mode, time_t StartDate, time_t *ExpirationDate, enum _cwmp__OptionStruct_IsTransferable IsTransferable)` managed allocation with the public members assigned the values of these parameters
- `void soap_default_cwmp__OptionStruct(struct soap*, struct cwmp__OptionStruct*)` (re)set to default initialization values
- `int soap_write_cwmp__OptionStruct(struct soap*, const struct cwmp__OptionStruct*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read_cwmp__OptionStruct(struct soap*, struct cwmp__OptionStruct*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT_cwmp__OptionStruct(struct soap*, const char *URL, const struct cwmp__OptionStruct*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH_cwmp__OptionStruct(struct soap*, const char *URL, const struct cwmp__OptionStruct*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send_cwmp__OptionStruct(struct soap*, const char *URL, const struct cwmp__OptionStruct*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv_cwmp__OptionStruct(struct soap*, struct cwmp__OptionStruct*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET_cwmp__OptionStruct(struct soap*, const char *URL, struct cwmp__OptionStruct*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:OptionStruct`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
MethodList
The following operations on `struct _cwmp__GetRPCMethodsResponse` are available:
- `struct _cwmp__GetRPCMethodsResponse *soap_new__cwmp__GetRPCMethodsResponse(struct soap*)` managed allocation with default initialization
- `struct _cwmp__GetRPCMethodsResponse *soap_new__cwmp__GetRPCMethodsResponse(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__GetRPCMethodsResponse[n]`
- `struct _cwmp__GetRPCMethodsResponse *soap_new_req__cwmp__GetRPCMethodsResponse(struct soap*, struct MethodList *MethodList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__GetRPCMethodsResponse *soap_new_set__cwmp__GetRPCMethodsResponse(struct soap*, struct MethodList *MethodList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__GetRPCMethodsResponse(struct soap*, struct _cwmp__GetRPCMethodsResponse*)` (re)set to default initialization values
- `int soap_write__cwmp__GetRPCMethodsResponse(struct soap*, const struct _cwmp__GetRPCMethodsResponse*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__GetRPCMethodsResponse(struct soap*, struct _cwmp__GetRPCMethodsResponse*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__GetRPCMethodsResponse(struct soap*, const char *URL, const struct _cwmp__GetRPCMethodsResponse*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__GetRPCMethodsResponse(struct soap*, const char *URL, const struct _cwmp__GetRPCMethodsResponse*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__GetRPCMethodsResponse(struct soap*, const char *URL, const struct _cwmp__GetRPCMethodsResponse*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__GetRPCMethodsResponse(struct soap*, struct _cwmp__GetRPCMethodsResponse*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__GetRPCMethodsResponse(struct soap*, const char *URL, struct _cwmp__GetRPCMethodsResponse*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:GetRPCMethodsResponse`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
ParameterValueList
- `char *ParameterKey` is a required element *` cwmp__ParameterKeyType
The following operations on `struct _cwmp__SetParameterValues` are available:
- `struct _cwmp__SetParameterValues *soap_new__cwmp__SetParameterValues(struct soap*)` managed allocation with default initialization
- `struct _cwmp__SetParameterValues *soap_new__cwmp__SetParameterValues(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__SetParameterValues[n]`
- `struct _cwmp__SetParameterValues *soap_new_req__cwmp__SetParameterValues(struct soap*, struct ParameterValueList *ParameterList, char *ParameterKey)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__SetParameterValues *soap_new_set__cwmp__SetParameterValues(struct soap*, struct ParameterValueList *ParameterList, char *ParameterKey)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__SetParameterValues(struct soap*, struct _cwmp__SetParameterValues*)` (re)set to default initialization values
- `int soap_write__cwmp__SetParameterValues(struct soap*, const struct _cwmp__SetParameterValues*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__SetParameterValues(struct soap*, struct _cwmp__SetParameterValues*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__SetParameterValues(struct soap*, const char *URL, const struct _cwmp__SetParameterValues*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__SetParameterValues(struct soap*, const char *URL, const struct _cwmp__SetParameterValues*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__SetParameterValues(struct soap*, const char *URL, const struct _cwmp__SetParameterValues*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__SetParameterValues(struct soap*, struct _cwmp__SetParameterValues*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__SetParameterValues(struct soap*, const char *URL, struct _cwmp__SetParameterValues*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:SetParameterValues`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
_cwmp__SetParameterValuesResponse_Status
The following operations on `struct _cwmp__SetParameterValuesResponse` are available:
- `struct _cwmp__SetParameterValuesResponse *soap_new__cwmp__SetParameterValuesResponse(struct soap*)` managed allocation with default initialization
- `struct _cwmp__SetParameterValuesResponse *soap_new__cwmp__SetParameterValuesResponse(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__SetParameterValuesResponse[n]`
- `struct _cwmp__SetParameterValuesResponse *soap_new_req__cwmp__SetParameterValuesResponse(struct soap*, enum _cwmp__SetParameterValuesResponse_Status Status)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__SetParameterValuesResponse *soap_new_set__cwmp__SetParameterValuesResponse(struct soap*, enum _cwmp__SetParameterValuesResponse_Status Status)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__SetParameterValuesResponse(struct soap*, struct _cwmp__SetParameterValuesResponse*)` (re)set to default initialization values
- `int soap_write__cwmp__SetParameterValuesResponse(struct soap*, const struct _cwmp__SetParameterValuesResponse*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__SetParameterValuesResponse(struct soap*, struct _cwmp__SetParameterValuesResponse*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__SetParameterValuesResponse(struct soap*, const char *URL, const struct _cwmp__SetParameterValuesResponse*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__SetParameterValuesResponse(struct soap*, const char *URL, const struct _cwmp__SetParameterValuesResponse*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__SetParameterValuesResponse(struct soap*, const char *URL, const struct _cwmp__SetParameterValuesResponse*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__SetParameterValuesResponse(struct soap*, struct _cwmp__SetParameterValuesResponse*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__SetParameterValuesResponse(struct soap*, const char *URL, struct _cwmp__SetParameterValuesResponse*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:SetParameterValuesResponse`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
ParameterNames
The following operations on `struct _cwmp__GetParameterValues` are available:
- `struct _cwmp__GetParameterValues *soap_new__cwmp__GetParameterValues(struct soap*)` managed allocation with default initialization
- `struct _cwmp__GetParameterValues *soap_new__cwmp__GetParameterValues(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__GetParameterValues[n]`
- `struct _cwmp__GetParameterValues *soap_new_req__cwmp__GetParameterValues(struct soap*, struct ParameterNames *ParameterNames)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__GetParameterValues *soap_new_set__cwmp__GetParameterValues(struct soap*, struct ParameterNames *ParameterNames)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__GetParameterValues(struct soap*, struct _cwmp__GetParameterValues*)` (re)set to default initialization values
- `int soap_write__cwmp__GetParameterValues(struct soap*, const struct _cwmp__GetParameterValues*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__GetParameterValues(struct soap*, struct _cwmp__GetParameterValues*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__GetParameterValues(struct soap*, const char *URL, const struct _cwmp__GetParameterValues*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__GetParameterValues(struct soap*, const char *URL, const struct _cwmp__GetParameterValues*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__GetParameterValues(struct soap*, const char *URL, const struct _cwmp__GetParameterValues*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__GetParameterValues(struct soap*, struct _cwmp__GetParameterValues*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__GetParameterValues(struct soap*, const char *URL, struct _cwmp__GetParameterValues*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:GetParameterValues`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
ParameterValueList
The following operations on `struct _cwmp__GetParameterValuesResponse` are available:
- `struct _cwmp__GetParameterValuesResponse *soap_new__cwmp__GetParameterValuesResponse(struct soap*)` managed allocation with default initialization
- `struct _cwmp__GetParameterValuesResponse *soap_new__cwmp__GetParameterValuesResponse(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__GetParameterValuesResponse[n]`
- `struct _cwmp__GetParameterValuesResponse *soap_new_req__cwmp__GetParameterValuesResponse(struct soap*, struct ParameterValueList *ParameterList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__GetParameterValuesResponse *soap_new_set__cwmp__GetParameterValuesResponse(struct soap*, struct ParameterValueList *ParameterList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__GetParameterValuesResponse(struct soap*, struct _cwmp__GetParameterValuesResponse*)` (re)set to default initialization values
- `int soap_write__cwmp__GetParameterValuesResponse(struct soap*, const struct _cwmp__GetParameterValuesResponse*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__GetParameterValuesResponse(struct soap*, struct _cwmp__GetParameterValuesResponse*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__GetParameterValuesResponse(struct soap*, const char *URL, const struct _cwmp__GetParameterValuesResponse*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__GetParameterValuesResponse(struct soap*, const char *URL, const struct _cwmp__GetParameterValuesResponse*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__GetParameterValuesResponse(struct soap*, const char *URL, const struct _cwmp__GetParameterValuesResponse*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__GetParameterValuesResponse(struct soap*, struct _cwmp__GetParameterValuesResponse*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__GetParameterValuesResponse(struct soap*, const char *URL, struct _cwmp__GetParameterValuesResponse*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:GetParameterValuesResponse`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
xsd__boolean
The following operations on `struct _cwmp__GetParameterNames` are available:
- `struct _cwmp__GetParameterNames *soap_new__cwmp__GetParameterNames(struct soap*)` managed allocation with default initialization
- `struct _cwmp__GetParameterNames *soap_new__cwmp__GetParameterNames(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__GetParameterNames[n]`
- `struct _cwmp__GetParameterNames *soap_new_req__cwmp__GetParameterNames(struct soap*, char *ParameterPath, enum xsd__boolean NextLevel)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__GetParameterNames *soap_new_set__cwmp__GetParameterNames(struct soap*, char *ParameterPath, enum xsd__boolean NextLevel)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__GetParameterNames(struct soap*, struct _cwmp__GetParameterNames*)` (re)set to default initialization values
- `int soap_write__cwmp__GetParameterNames(struct soap*, const struct _cwmp__GetParameterNames*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__GetParameterNames(struct soap*, struct _cwmp__GetParameterNames*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__GetParameterNames(struct soap*, const char *URL, const struct _cwmp__GetParameterNames*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__GetParameterNames(struct soap*, const char *URL, const struct _cwmp__GetParameterNames*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__GetParameterNames(struct soap*, const char *URL, const struct _cwmp__GetParameterNames*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__GetParameterNames(struct soap*, struct _cwmp__GetParameterNames*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__GetParameterNames(struct soap*, const char *URL, struct _cwmp__GetParameterNames*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:GetParameterNames`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
ParameterInfoList
The following operations on `struct _cwmp__GetParameterNamesResponse` are available:
- `struct _cwmp__GetParameterNamesResponse *soap_new__cwmp__GetParameterNamesResponse(struct soap*)` managed allocation with default initialization
- `struct _cwmp__GetParameterNamesResponse *soap_new__cwmp__GetParameterNamesResponse(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__GetParameterNamesResponse[n]`
- `struct _cwmp__GetParameterNamesResponse *soap_new_req__cwmp__GetParameterNamesResponse(struct soap*, struct ParameterInfoList *ParameterList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__GetParameterNamesResponse *soap_new_set__cwmp__GetParameterNamesResponse(struct soap*, struct ParameterInfoList *ParameterList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__GetParameterNamesResponse(struct soap*, struct _cwmp__GetParameterNamesResponse*)` (re)set to default initialization values
- `int soap_write__cwmp__GetParameterNamesResponse(struct soap*, const struct _cwmp__GetParameterNamesResponse*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__GetParameterNamesResponse(struct soap*, struct _cwmp__GetParameterNamesResponse*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__GetParameterNamesResponse(struct soap*, const char *URL, const struct _cwmp__GetParameterNamesResponse*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__GetParameterNamesResponse(struct soap*, const char *URL, const struct _cwmp__GetParameterNamesResponse*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__GetParameterNamesResponse(struct soap*, const char *URL, const struct _cwmp__GetParameterNamesResponse*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__GetParameterNamesResponse(struct soap*, struct _cwmp__GetParameterNamesResponse*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__GetParameterNamesResponse(struct soap*, const char *URL, struct _cwmp__GetParameterNamesResponse*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:GetParameterNamesResponse`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
SetParameterAttributesList
The following operations on `struct _cwmp__SetParameterAttributes` are available:
- `struct _cwmp__SetParameterAttributes *soap_new__cwmp__SetParameterAttributes(struct soap*)` managed allocation with default initialization
- `struct _cwmp__SetParameterAttributes *soap_new__cwmp__SetParameterAttributes(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__SetParameterAttributes[n]`
- `struct _cwmp__SetParameterAttributes *soap_new_req__cwmp__SetParameterAttributes(struct soap*, struct SetParameterAttributesList *ParameterList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__SetParameterAttributes *soap_new_set__cwmp__SetParameterAttributes(struct soap*, struct SetParameterAttributesList *ParameterList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__SetParameterAttributes(struct soap*, struct _cwmp__SetParameterAttributes*)` (re)set to default initialization values
- `int soap_write__cwmp__SetParameterAttributes(struct soap*, const struct _cwmp__SetParameterAttributes*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__SetParameterAttributes(struct soap*, struct _cwmp__SetParameterAttributes*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__SetParameterAttributes(struct soap*, const char *URL, const struct _cwmp__SetParameterAttributes*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__SetParameterAttributes(struct soap*, const char *URL, const struct _cwmp__SetParameterAttributes*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__SetParameterAttributes(struct soap*, const char *URL, const struct _cwmp__SetParameterAttributes*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__SetParameterAttributes(struct soap*, struct _cwmp__SetParameterAttributes*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__SetParameterAttributes(struct soap*, const char *URL, struct _cwmp__SetParameterAttributes*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:SetParameterAttributes`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
ParameterNames
The following operations on `struct _cwmp__GetParameterAttributes` are available:
- `struct _cwmp__GetParameterAttributes *soap_new__cwmp__GetParameterAttributes(struct soap*)` managed allocation with default initialization
- `struct _cwmp__GetParameterAttributes *soap_new__cwmp__GetParameterAttributes(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__GetParameterAttributes[n]`
- `struct _cwmp__GetParameterAttributes *soap_new_req__cwmp__GetParameterAttributes(struct soap*, struct ParameterNames *ParameterNames)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__GetParameterAttributes *soap_new_set__cwmp__GetParameterAttributes(struct soap*, struct ParameterNames *ParameterNames)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__GetParameterAttributes(struct soap*, struct _cwmp__GetParameterAttributes*)` (re)set to default initialization values
- `int soap_write__cwmp__GetParameterAttributes(struct soap*, const struct _cwmp__GetParameterAttributes*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__GetParameterAttributes(struct soap*, struct _cwmp__GetParameterAttributes*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__GetParameterAttributes(struct soap*, const char *URL, const struct _cwmp__GetParameterAttributes*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__GetParameterAttributes(struct soap*, const char *URL, const struct _cwmp__GetParameterAttributes*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__GetParameterAttributes(struct soap*, const char *URL, const struct _cwmp__GetParameterAttributes*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__GetParameterAttributes(struct soap*, struct _cwmp__GetParameterAttributes*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__GetParameterAttributes(struct soap*, const char *URL, struct _cwmp__GetParameterAttributes*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:GetParameterAttributes`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
ParameterAttributeList
The following operations on `struct _cwmp__GetParameterAttributesResponse` are available:
- `struct _cwmp__GetParameterAttributesResponse *soap_new__cwmp__GetParameterAttributesResponse(struct soap*)` managed allocation with default initialization
- `struct _cwmp__GetParameterAttributesResponse *soap_new__cwmp__GetParameterAttributesResponse(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__GetParameterAttributesResponse[n]`
- `struct _cwmp__GetParameterAttributesResponse *soap_new_req__cwmp__GetParameterAttributesResponse(struct soap*, struct ParameterAttributeList *ParameterList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__GetParameterAttributesResponse *soap_new_set__cwmp__GetParameterAttributesResponse(struct soap*, struct ParameterAttributeList *ParameterList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__GetParameterAttributesResponse(struct soap*, struct _cwmp__GetParameterAttributesResponse*)` (re)set to default initialization values
- `int soap_write__cwmp__GetParameterAttributesResponse(struct soap*, const struct _cwmp__GetParameterAttributesResponse*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__GetParameterAttributesResponse(struct soap*, struct _cwmp__GetParameterAttributesResponse*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__GetParameterAttributesResponse(struct soap*, const char *URL, const struct _cwmp__GetParameterAttributesResponse*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__GetParameterAttributesResponse(struct soap*, const char *URL, const struct _cwmp__GetParameterAttributesResponse*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__GetParameterAttributesResponse(struct soap*, const char *URL, const struct _cwmp__GetParameterAttributesResponse*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__GetParameterAttributesResponse(struct soap*, struct _cwmp__GetParameterAttributesResponse*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__GetParameterAttributesResponse(struct soap*, const char *URL, struct _cwmp__GetParameterAttributesResponse*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:GetParameterAttributesResponse`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__ObjectNameType
- `char *ParameterKey` is a required element *` cwmp__ParameterKeyType
The following operations on `struct _cwmp__AddObject` are available:
- `struct _cwmp__AddObject *soap_new__cwmp__AddObject(struct soap*)` managed allocation with default initialization
- `struct _cwmp__AddObject *soap_new__cwmp__AddObject(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__AddObject[n]`
- `struct _cwmp__AddObject *soap_new_req__cwmp__AddObject(struct soap*, char *ObjectName, char *ParameterKey)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__AddObject *soap_new_set__cwmp__AddObject(struct soap*, char *ObjectName, char *ParameterKey)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__AddObject(struct soap*, struct _cwmp__AddObject*)` (re)set to default initialization values
- `int soap_write__cwmp__AddObject(struct soap*, const struct _cwmp__AddObject*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__AddObject(struct soap*, struct _cwmp__AddObject*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__AddObject(struct soap*, const char *URL, const struct _cwmp__AddObject*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__AddObject(struct soap*, const char *URL, const struct _cwmp__AddObject*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__AddObject(struct soap*, const char *URL, const struct _cwmp__AddObject*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__AddObject(struct soap*, struct _cwmp__AddObject*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__AddObject(struct soap*, const char *URL, struct _cwmp__AddObject*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:AddObject`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
_cwmp__AddObjectResponse_Status
The following operations on `struct _cwmp__AddObjectResponse` are available:
- `struct _cwmp__AddObjectResponse *soap_new__cwmp__AddObjectResponse(struct soap*)` managed allocation with default initialization
- `struct _cwmp__AddObjectResponse *soap_new__cwmp__AddObjectResponse(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__AddObjectResponse[n]`
- `struct _cwmp__AddObjectResponse *soap_new_req__cwmp__AddObjectResponse(struct soap*, unsigned int InstanceNumber, enum _cwmp__AddObjectResponse_Status Status)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__AddObjectResponse *soap_new_set__cwmp__AddObjectResponse(struct soap*, unsigned int InstanceNumber, enum _cwmp__AddObjectResponse_Status Status)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__AddObjectResponse(struct soap*, struct _cwmp__AddObjectResponse*)` (re)set to default initialization values
- `int soap_write__cwmp__AddObjectResponse(struct soap*, const struct _cwmp__AddObjectResponse*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__AddObjectResponse(struct soap*, struct _cwmp__AddObjectResponse*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__AddObjectResponse(struct soap*, const char *URL, const struct _cwmp__AddObjectResponse*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__AddObjectResponse(struct soap*, const char *URL, const struct _cwmp__AddObjectResponse*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__AddObjectResponse(struct soap*, const char *URL, const struct _cwmp__AddObjectResponse*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__AddObjectResponse(struct soap*, struct _cwmp__AddObjectResponse*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__AddObjectResponse(struct soap*, const char *URL, struct _cwmp__AddObjectResponse*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:AddObjectResponse`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__ObjectNameType
- `char *ParameterKey` is a required element *` cwmp__ParameterKeyType
The following operations on `struct _cwmp__DeleteObject` are available:
- `struct _cwmp__DeleteObject *soap_new__cwmp__DeleteObject(struct soap*)` managed allocation with default initialization
- `struct _cwmp__DeleteObject *soap_new__cwmp__DeleteObject(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__DeleteObject[n]`
- `struct _cwmp__DeleteObject *soap_new_req__cwmp__DeleteObject(struct soap*, char *ObjectName, char *ParameterKey)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__DeleteObject *soap_new_set__cwmp__DeleteObject(struct soap*, char *ObjectName, char *ParameterKey)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__DeleteObject(struct soap*, struct _cwmp__DeleteObject*)` (re)set to default initialization values
- `int soap_write__cwmp__DeleteObject(struct soap*, const struct _cwmp__DeleteObject*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__DeleteObject(struct soap*, struct _cwmp__DeleteObject*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__DeleteObject(struct soap*, const char *URL, const struct _cwmp__DeleteObject*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__DeleteObject(struct soap*, const char *URL, const struct _cwmp__DeleteObject*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__DeleteObject(struct soap*, const char *URL, const struct _cwmp__DeleteObject*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__DeleteObject(struct soap*, struct _cwmp__DeleteObject*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__DeleteObject(struct soap*, const char *URL, struct _cwmp__DeleteObject*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:DeleteObject`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
_cwmp__DeleteObjectResponse_Status
The following operations on `struct _cwmp__DeleteObjectResponse` are available:
- `struct _cwmp__DeleteObjectResponse *soap_new__cwmp__DeleteObjectResponse(struct soap*)` managed allocation with default initialization
- `struct _cwmp__DeleteObjectResponse *soap_new__cwmp__DeleteObjectResponse(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__DeleteObjectResponse[n]`
- `struct _cwmp__DeleteObjectResponse *soap_new_req__cwmp__DeleteObjectResponse(struct soap*, enum _cwmp__DeleteObjectResponse_Status Status)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__DeleteObjectResponse *soap_new_set__cwmp__DeleteObjectResponse(struct soap*, enum _cwmp__DeleteObjectResponse_Status Status)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__DeleteObjectResponse(struct soap*, struct _cwmp__DeleteObjectResponse*)` (re)set to default initialization values
- `int soap_write__cwmp__DeleteObjectResponse(struct soap*, const struct _cwmp__DeleteObjectResponse*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__DeleteObjectResponse(struct soap*, struct _cwmp__DeleteObjectResponse*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__DeleteObjectResponse(struct soap*, const char *URL, const struct _cwmp__DeleteObjectResponse*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__DeleteObjectResponse(struct soap*, const char *URL, const struct _cwmp__DeleteObjectResponse*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__DeleteObjectResponse(struct soap*, const char *URL, const struct _cwmp__DeleteObjectResponse*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__DeleteObjectResponse(struct soap*, struct _cwmp__DeleteObjectResponse*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__DeleteObjectResponse(struct soap*, const char *URL, struct _cwmp__DeleteObjectResponse*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:DeleteObjectResponse`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__CommandKeyType
- `char *FileType` is a required element *` cwmp__DownloadFileType
- `char *URL` is a required element *` _cwmp__DownloadResponse_Status
- `time_t StartTime` is a required element *` cwmp__CommandKeyType
The following operations on `struct _cwmp__Reboot` are available:
- `struct _cwmp__Reboot *soap_new__cwmp__Reboot(struct soap*)` managed allocation with default initialization
- `struct _cwmp__Reboot *soap_new__cwmp__Reboot(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__Reboot[n]`
- `struct _cwmp__Reboot *soap_new_req__cwmp__Reboot(struct soap*, char *CommandKey)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__Reboot *soap_new_set__cwmp__Reboot(struct soap*, char *CommandKey)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__Reboot(struct soap*, struct _cwmp__Reboot*)` (re)set to default initialization values
- `int soap_write__cwmp__Reboot(struct soap*, const struct _cwmp__Reboot*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__Reboot(struct soap*, struct _cwmp__Reboot*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__Reboot(struct soap*, const char *URL, const struct _cwmp__Reboot*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__Reboot(struct soap*, const char *URL, const struct _cwmp__Reboot*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__Reboot(struct soap*, const char *URL, const struct _cwmp__Reboot*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__Reboot(struct soap*, struct _cwmp__Reboot*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__Reboot(struct soap*, const char *URL, struct _cwmp__Reboot*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:Reboot`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
TransferList
The following operations on `struct _cwmp__GetQueuedTransfersResponse` are available:
- `struct _cwmp__GetQueuedTransfersResponse *soap_new__cwmp__GetQueuedTransfersResponse(struct soap*)` managed allocation with default initialization
- `struct _cwmp__GetQueuedTransfersResponse *soap_new__cwmp__GetQueuedTransfersResponse(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__GetQueuedTransfersResponse[n]`
- `struct _cwmp__GetQueuedTransfersResponse *soap_new_req__cwmp__GetQueuedTransfersResponse(struct soap*, struct TransferList *TransferList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__GetQueuedTransfersResponse *soap_new_set__cwmp__GetQueuedTransfersResponse(struct soap*, struct TransferList *TransferList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__GetQueuedTransfersResponse(struct soap*, struct _cwmp__GetQueuedTransfersResponse*)` (re)set to default initialization values
- `int soap_write__cwmp__GetQueuedTransfersResponse(struct soap*, const struct _cwmp__GetQueuedTransfersResponse*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__GetQueuedTransfersResponse(struct soap*, struct _cwmp__GetQueuedTransfersResponse*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__GetQueuedTransfersResponse(struct soap*, const char *URL, const struct _cwmp__GetQueuedTransfersResponse*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__GetQueuedTransfersResponse(struct soap*, const char *URL, const struct _cwmp__GetQueuedTransfersResponse*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__GetQueuedTransfersResponse(struct soap*, const char *URL, const struct _cwmp__GetQueuedTransfersResponse*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__GetQueuedTransfersResponse(struct soap*, struct _cwmp__GetQueuedTransfersResponse*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__GetQueuedTransfersResponse(struct soap*, const char *URL, struct _cwmp__GetQueuedTransfersResponse*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:GetQueuedTransfersResponse`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__CommandKeyType
The following operations on `struct _cwmp__ScheduleInform` are available:
- `struct _cwmp__ScheduleInform *soap_new__cwmp__ScheduleInform(struct soap*)` managed allocation with default initialization
- `struct _cwmp__ScheduleInform *soap_new__cwmp__ScheduleInform(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__ScheduleInform[n]`
- `struct _cwmp__ScheduleInform *soap_new_req__cwmp__ScheduleInform(struct soap*, unsigned int DelaySeconds, char *CommandKey)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__ScheduleInform *soap_new_set__cwmp__ScheduleInform(struct soap*, unsigned int DelaySeconds, char *CommandKey)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__ScheduleInform(struct soap*, struct _cwmp__ScheduleInform*)` (re)set to default initialization values
- `int soap_write__cwmp__ScheduleInform(struct soap*, const struct _cwmp__ScheduleInform*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__ScheduleInform(struct soap*, struct _cwmp__ScheduleInform*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__ScheduleInform(struct soap*, const char *URL, const struct _cwmp__ScheduleInform*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__ScheduleInform(struct soap*, const char *URL, const struct _cwmp__ScheduleInform*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__ScheduleInform(struct soap*, const char *URL, const struct _cwmp__ScheduleInform*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__ScheduleInform(struct soap*, struct _cwmp__ScheduleInform*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__ScheduleInform(struct soap*, const char *URL, struct _cwmp__ScheduleInform*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:ScheduleInform`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
VoucherList
The following operations on `struct _cwmp__SetVouchers` are available:
- `struct _cwmp__SetVouchers *soap_new__cwmp__SetVouchers(struct soap*)` managed allocation with default initialization
- `struct _cwmp__SetVouchers *soap_new__cwmp__SetVouchers(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__SetVouchers[n]`
- `struct _cwmp__SetVouchers *soap_new_req__cwmp__SetVouchers(struct soap*, struct VoucherList *VoucherList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__SetVouchers *soap_new_set__cwmp__SetVouchers(struct soap*, struct VoucherList *VoucherList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__SetVouchers(struct soap*, struct _cwmp__SetVouchers*)` (re)set to default initialization values
- `int soap_write__cwmp__SetVouchers(struct soap*, const struct _cwmp__SetVouchers*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__SetVouchers(struct soap*, struct _cwmp__SetVouchers*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__SetVouchers(struct soap*, const char *URL, const struct _cwmp__SetVouchers*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__SetVouchers(struct soap*, const char *URL, const struct _cwmp__SetVouchers*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__SetVouchers(struct soap*, const char *URL, const struct _cwmp__SetVouchers*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__SetVouchers(struct soap*, struct _cwmp__SetVouchers*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__SetVouchers(struct soap*, const char *URL, struct _cwmp__SetVouchers*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:SetVouchers`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
OptionList
The following operations on `struct _cwmp__GetOptionsResponse` are available:
- `struct _cwmp__GetOptionsResponse *soap_new__cwmp__GetOptionsResponse(struct soap*)` managed allocation with default initialization
- `struct _cwmp__GetOptionsResponse *soap_new__cwmp__GetOptionsResponse(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__GetOptionsResponse[n]`
- `struct _cwmp__GetOptionsResponse *soap_new_req__cwmp__GetOptionsResponse(struct soap*, struct OptionList *OptionList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__GetOptionsResponse *soap_new_set__cwmp__GetOptionsResponse(struct soap*, struct OptionList *OptionList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__GetOptionsResponse(struct soap*, struct _cwmp__GetOptionsResponse*)` (re)set to default initialization values
- `int soap_write__cwmp__GetOptionsResponse(struct soap*, const struct _cwmp__GetOptionsResponse*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__GetOptionsResponse(struct soap*, struct _cwmp__GetOptionsResponse*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__GetOptionsResponse(struct soap*, const char *URL, const struct _cwmp__GetOptionsResponse*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__GetOptionsResponse(struct soap*, const char *URL, const struct _cwmp__GetOptionsResponse*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__GetOptionsResponse(struct soap*, const char *URL, const struct _cwmp__GetOptionsResponse*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__GetOptionsResponse(struct soap*, struct _cwmp__GetOptionsResponse*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__GetOptionsResponse(struct soap*, const char *URL, struct _cwmp__GetOptionsResponse*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:GetOptionsResponse`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__CommandKeyType
- `char *FileType` is a required element *` cwmp__UploadFileType
- `char *URL` is a required element *` _cwmp__UploadResponse_Status
- `time_t StartTime` is a required element *` AllTransferList
The following operations on `struct _cwmp__GetAllQueuedTransfersResponse` are available:
- `struct _cwmp__GetAllQueuedTransfersResponse *soap_new__cwmp__GetAllQueuedTransfersResponse(struct soap*)` managed allocation with default initialization
- `struct _cwmp__GetAllQueuedTransfersResponse *soap_new__cwmp__GetAllQueuedTransfersResponse(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__GetAllQueuedTransfersResponse[n]`
- `struct _cwmp__GetAllQueuedTransfersResponse *soap_new_req__cwmp__GetAllQueuedTransfersResponse(struct soap*, struct AllTransferList *TransferList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__GetAllQueuedTransfersResponse *soap_new_set__cwmp__GetAllQueuedTransfersResponse(struct soap*, struct AllTransferList *TransferList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__GetAllQueuedTransfersResponse(struct soap*, struct _cwmp__GetAllQueuedTransfersResponse*)` (re)set to default initialization values
- `int soap_write__cwmp__GetAllQueuedTransfersResponse(struct soap*, const struct _cwmp__GetAllQueuedTransfersResponse*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__GetAllQueuedTransfersResponse(struct soap*, struct _cwmp__GetAllQueuedTransfersResponse*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__GetAllQueuedTransfersResponse(struct soap*, const char *URL, const struct _cwmp__GetAllQueuedTransfersResponse*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__GetAllQueuedTransfersResponse(struct soap*, const char *URL, const struct _cwmp__GetAllQueuedTransfersResponse*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__GetAllQueuedTransfersResponse(struct soap*, const char *URL, const struct _cwmp__GetAllQueuedTransfersResponse*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__GetAllQueuedTransfersResponse(struct soap*, struct _cwmp__GetAllQueuedTransfersResponse*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__GetAllQueuedTransfersResponse(struct soap*, const char *URL, struct _cwmp__GetAllQueuedTransfersResponse*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:GetAllQueuedTransfersResponse`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__CommandKeyType
- `char *FileType` is a required element *` cwmp__DownloadFileType
- `char *URL` is a required element *` TimeWindowList
The following operations on `struct _cwmp__ScheduleDownload` are available:
- `struct _cwmp__ScheduleDownload *soap_new__cwmp__ScheduleDownload(struct soap*)` managed allocation with default initialization
- `struct _cwmp__ScheduleDownload *soap_new__cwmp__ScheduleDownload(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__ScheduleDownload[n]`
- `struct _cwmp__ScheduleDownload *soap_new_req__cwmp__ScheduleDownload(struct soap*, char *CommandKey, char *FileType, char *URL, char *Username, char *Password, unsigned int FileSize, char *TargetFileName, struct TimeWindowList *TimeWindowList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__ScheduleDownload *soap_new_set__cwmp__ScheduleDownload(struct soap*, char *CommandKey, char *FileType, char *URL, char *Username, char *Password, unsigned int FileSize, char *TargetFileName, struct TimeWindowList *TimeWindowList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__ScheduleDownload(struct soap*, struct _cwmp__ScheduleDownload*)` (re)set to default initialization values
- `int soap_write__cwmp__ScheduleDownload(struct soap*, const struct _cwmp__ScheduleDownload*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__ScheduleDownload(struct soap*, struct _cwmp__ScheduleDownload*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__ScheduleDownload(struct soap*, const char *URL, const struct _cwmp__ScheduleDownload*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__ScheduleDownload(struct soap*, const char *URL, const struct _cwmp__ScheduleDownload*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__ScheduleDownload(struct soap*, const char *URL, const struct _cwmp__ScheduleDownload*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__ScheduleDownload(struct soap*, struct _cwmp__ScheduleDownload*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__ScheduleDownload(struct soap*, const char *URL, struct _cwmp__ScheduleDownload*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:ScheduleDownload`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__CommandKeyType
The following operations on `struct _cwmp__CancelTransfer` are available:
- `struct _cwmp__CancelTransfer *soap_new__cwmp__CancelTransfer(struct soap*)` managed allocation with default initialization
- `struct _cwmp__CancelTransfer *soap_new__cwmp__CancelTransfer(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__CancelTransfer[n]`
- `struct _cwmp__CancelTransfer *soap_new_req__cwmp__CancelTransfer(struct soap*, char *CommandKey)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__CancelTransfer *soap_new_set__cwmp__CancelTransfer(struct soap*, char *CommandKey)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__CancelTransfer(struct soap*, struct _cwmp__CancelTransfer*)` (re)set to default initialization values
- `int soap_write__cwmp__CancelTransfer(struct soap*, const struct _cwmp__CancelTransfer*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__CancelTransfer(struct soap*, struct _cwmp__CancelTransfer*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__CancelTransfer(struct soap*, const char *URL, const struct _cwmp__CancelTransfer*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__CancelTransfer(struct soap*, const char *URL, const struct _cwmp__CancelTransfer*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__CancelTransfer(struct soap*, const char *URL, const struct _cwmp__CancelTransfer*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__CancelTransfer(struct soap*, struct _cwmp__CancelTransfer*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__CancelTransfer(struct soap*, const char *URL, struct _cwmp__CancelTransfer*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:CancelTransfer`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__CommandKeyType
The following operations on `struct _cwmp__ChangeDUState` are available:
- `struct _cwmp__ChangeDUState *soap_new__cwmp__ChangeDUState(struct soap*)` managed allocation with default initialization
- `struct _cwmp__ChangeDUState *soap_new__cwmp__ChangeDUState(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__ChangeDUState[n]`
- `struct _cwmp__ChangeDUState *soap_new_req__cwmp__ChangeDUState(struct soap*, int __sizeOperations, struct cwmp__OperationStruct *Operations)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__ChangeDUState *soap_new_set__cwmp__ChangeDUState(struct soap*, int __sizeOperations, struct cwmp__OperationStruct *Operations, char *CommandKey)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__ChangeDUState(struct soap*, struct _cwmp__ChangeDUState*)` (re)set to default initialization values
- `int soap_write__cwmp__ChangeDUState(struct soap*, const struct _cwmp__ChangeDUState*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__ChangeDUState(struct soap*, struct _cwmp__ChangeDUState*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__ChangeDUState(struct soap*, const char *URL, const struct _cwmp__ChangeDUState*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__ChangeDUState(struct soap*, const char *URL, const struct _cwmp__ChangeDUState*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__ChangeDUState(struct soap*, const char *URL, const struct _cwmp__ChangeDUState*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__ChangeDUState(struct soap*, struct _cwmp__ChangeDUState*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__ChangeDUState(struct soap*, const char *URL, struct _cwmp__ChangeDUState*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:ChangeDUState`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__DeviceIdStruct
- `struct EventList *Event` is a required element *` EventList
- `unsigned int MaxEnvelopes` is a required element *` ParameterValueList
The following operations on `struct _cwmp__Inform` are available:
- `struct _cwmp__Inform *soap_new__cwmp__Inform(struct soap*)` managed allocation with default initialization
- `struct _cwmp__Inform *soap_new__cwmp__Inform(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__Inform[n]`
- `struct _cwmp__Inform *soap_new_req__cwmp__Inform(struct soap*, struct cwmp__DeviceIdStruct *DeviceId, struct EventList *Event, unsigned int MaxEnvelopes, time_t CurrentTime, unsigned int RetryCount, struct ParameterValueList *ParameterList)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__Inform *soap_new_set__cwmp__Inform(struct soap*, struct cwmp__DeviceIdStruct *DeviceId, struct EventList *Event, unsigned int MaxEnvelopes, time_t CurrentTime, unsigned int RetryCount, struct ParameterValueList *ParameterList)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__Inform(struct soap*, struct _cwmp__Inform*)` (re)set to default initialization values
- `int soap_write__cwmp__Inform(struct soap*, const struct _cwmp__Inform*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__Inform(struct soap*, struct _cwmp__Inform*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__Inform(struct soap*, const char *URL, const struct _cwmp__Inform*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__Inform(struct soap*, const char *URL, const struct _cwmp__Inform*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__Inform(struct soap*, const char *URL, const struct _cwmp__Inform*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__Inform(struct soap*, struct _cwmp__Inform*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__Inform(struct soap*, const char *URL, struct _cwmp__Inform*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:Inform`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__CommandKeyType
- `struct cwmp__TransferCompleteFaultStruct *FaultStruct` is a required element *` cwmp__TransferCompleteFaultStruct
- `time_t StartTime` is a required element *` xsd__boolean
- `char *FileType` is a required element *` cwmp__TransferFileType
- `unsigned int FileSize` is a required element *` cwmp__TransferCompleteFaultStruct
- `time_t StartTime` is a required element *` cwmp__DownloadFileType
- `struct FileTypeArg *FileTypeArg` is a required element *` FileTypeArg
The following operations on `struct _cwmp__RequestDownload` are available:
- `struct _cwmp__RequestDownload *soap_new__cwmp__RequestDownload(struct soap*)` managed allocation with default initialization
- `struct _cwmp__RequestDownload *soap_new__cwmp__RequestDownload(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__RequestDownload[n]`
- `struct _cwmp__RequestDownload *soap_new_req__cwmp__RequestDownload(struct soap*, char *FileType, struct FileTypeArg *FileTypeArg)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__RequestDownload *soap_new_set__cwmp__RequestDownload(struct soap*, char *FileType, struct FileTypeArg *FileTypeArg)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__RequestDownload(struct soap*, struct _cwmp__RequestDownload*)` (re)set to default initialization values
- `int soap_write__cwmp__RequestDownload(struct soap*, const struct _cwmp__RequestDownload*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__RequestDownload(struct soap*, struct _cwmp__RequestDownload*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__RequestDownload(struct soap*, const char *URL, const struct _cwmp__RequestDownload*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__RequestDownload(struct soap*, const char *URL, const struct _cwmp__RequestDownload*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__RequestDownload(struct soap*, const char *URL, const struct _cwmp__RequestDownload*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__RequestDownload(struct soap*, struct _cwmp__RequestDownload*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__RequestDownload(struct soap*, const char *URL, struct _cwmp__RequestDownload*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:RequestDownload`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
cwmp__CommandKeyType
The following operations on `struct _cwmp__DUStateChangeComplete` are available:
- `struct _cwmp__DUStateChangeComplete *soap_new__cwmp__DUStateChangeComplete(struct soap*)` managed allocation with default initialization
- `struct _cwmp__DUStateChangeComplete *soap_new__cwmp__DUStateChangeComplete(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__DUStateChangeComplete[n]`
- `struct _cwmp__DUStateChangeComplete *soap_new_req__cwmp__DUStateChangeComplete(struct soap*, int __sizeResults, struct cwmp__OpResultStruct *Results)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__DUStateChangeComplete *soap_new_set__cwmp__DUStateChangeComplete(struct soap*, int __sizeResults, struct cwmp__OpResultStruct *Results, char *CommandKey)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__DUStateChangeComplete(struct soap*, struct _cwmp__DUStateChangeComplete*)` (re)set to default initialization values
- `int soap_write__cwmp__DUStateChangeComplete(struct soap*, const struct _cwmp__DUStateChangeComplete*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__DUStateChangeComplete(struct soap*, struct _cwmp__DUStateChangeComplete*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__DUStateChangeComplete(struct soap*, const char *URL, const struct _cwmp__DUStateChangeComplete*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__DUStateChangeComplete(struct soap*, const char *URL, const struct _cwmp__DUStateChangeComplete*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__DUStateChangeComplete(struct soap*, const char *URL, const struct _cwmp__DUStateChangeComplete*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__DUStateChangeComplete(struct soap*, struct _cwmp__DUStateChangeComplete*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__DUStateChangeComplete(struct soap*, const char *URL, struct _cwmp__DUStateChangeComplete*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:DUStateChangeComplete`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
xsd__anyURI
- `char *UUID` is an optional element *` cwmp__DeploymentUnitUUID
- `char **Username` is an optional element *` cwmp__DeploymentUnitUUID
- `char **Version` is an optional element *` xsd__anyURI
- `char **Username` is an optional element *` cwmp__DeploymentUnitUUID
- `char **Version` is an optional element *` cwmp__DeploymentUnitUUID
- `char *DeploymentUnitRef` is a required element *` cwmp__DeploymentUnitState
- `enum xsd__boolean Resolved` is a required element *` xsd__boolean
- `char *ExecutionUnitRefList` is a required element *` cwmp__DeploymentUnitFaultStruct
- `char *OperationPerformed` is a required element *` cwmp__DeploymentUnitOperationType
The following operations on `struct cwmp__AutonOpResultStruct` are available:
- `struct cwmp__AutonOpResultStruct *soap_new_cwmp__AutonOpResultStruct(struct soap*)` managed allocation with default initialization
- `struct cwmp__AutonOpResultStruct *soap_new_cwmp__AutonOpResultStruct(struct soap*, int n)` managed allocation with default initialization of array `struct cwmp__AutonOpResultStruct[n]`
- `struct cwmp__AutonOpResultStruct *soap_new_req_cwmp__AutonOpResultStruct(struct soap*, char *UUID, char *DeploymentUnitRef, char *Version, enum cwmp__DeploymentUnitState CurrentState, enum xsd__boolean Resolved, char *ExecutionUnitRefList, time_t StartTime, time_t CompleteTime, struct cwmp__DeploymentUnitFaultStruct *Fault, char *OperationPerformed)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct cwmp__AutonOpResultStruct *soap_new_set_cwmp__AutonOpResultStruct(struct soap*, char *UUID, char *DeploymentUnitRef, char *Version, enum cwmp__DeploymentUnitState CurrentState, enum xsd__boolean Resolved, char *ExecutionUnitRefList, time_t StartTime, time_t CompleteTime, struct cwmp__DeploymentUnitFaultStruct *Fault, char *OperationPerformed)` managed allocation with the public members assigned the values of these parameters
- `void soap_default_cwmp__AutonOpResultStruct(struct soap*, struct cwmp__AutonOpResultStruct*)` (re)set to default initialization values
- `int soap_write_cwmp__AutonOpResultStruct(struct soap*, const struct cwmp__AutonOpResultStruct*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read_cwmp__AutonOpResultStruct(struct soap*, struct cwmp__AutonOpResultStruct*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT_cwmp__AutonOpResultStruct(struct soap*, const char *URL, const struct cwmp__AutonOpResultStruct*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH_cwmp__AutonOpResultStruct(struct soap*, const char *URL, const struct cwmp__AutonOpResultStruct*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send_cwmp__AutonOpResultStruct(struct soap*, const char *URL, const struct cwmp__AutonOpResultStruct*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv_cwmp__AutonOpResultStruct(struct soap*, struct cwmp__AutonOpResultStruct*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET_cwmp__AutonOpResultStruct(struct soap*, const char *URL, struct cwmp__AutonOpResultStruct*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:AutonOpResultStruct`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
xsd__boolean
(the leading underscores of the member name make this member invisible in XML, meaning it has no element tag)
- `char *SOAP_ENV__mustUnderstand` is a required attribute *`SOAP-ENV:mustUnderstand`* of XML schema type *`xsd:string`* that must have the fixed value `(char*)"1"` that must have the fixed value `(char*)"1"`
The following operations on `struct _cwmp__HoldRequests` are available:
- `struct _cwmp__HoldRequests *soap_new__cwmp__HoldRequests(struct soap*)` managed allocation with default initialization
- `struct _cwmp__HoldRequests *soap_new__cwmp__HoldRequests(struct soap*, int n)` managed allocation with default initialization of array `struct _cwmp__HoldRequests[n]`
- `struct _cwmp__HoldRequests *soap_new_req__cwmp__HoldRequests(struct soap*, enum xsd__boolean __item, char *SOAP_ENV__mustUnderstand)` managed allocation with required members assigned the values of these parameters, with all other members default initialized
- `struct _cwmp__HoldRequests *soap_new_set__cwmp__HoldRequests(struct soap*, enum xsd__boolean __item, char *SOAP_ENV__mustUnderstand)` managed allocation with the public members assigned the values of these parameters
- `void soap_default__cwmp__HoldRequests(struct soap*, struct _cwmp__HoldRequests*)` (re)set to default initialization values
- `int soap_write__cwmp__HoldRequests(struct soap*, const struct _cwmp__HoldRequests*)` serialize to XML, returns `SOAP_OK` or error code
- `int soap_read__cwmp__HoldRequests(struct soap*, struct _cwmp__HoldRequests*)` deserialize from XML, returns `SOAP_OK` or error code
- `int soap_PUT__cwmp__HoldRequests(struct soap*, const char *URL, const struct _cwmp__HoldRequests*)` REST PUT XML, returns `SOAP_OK` or error code
- `int soap_PATCH__cwmp__HoldRequests(struct soap*, const char *URL, const struct _cwmp__HoldRequests*)` REST PATCH XML, returns `SOAP_OK` or error code
- `int soap_POST_send__cwmp__HoldRequests(struct soap*, const char *URL, const struct _cwmp__HoldRequests*)` REST POST send XML (should be followed by a `soap_POST_recv_Type`), returns `SOAP_OK` or error code
- `int soap_POST_recv__cwmp__HoldRequests(struct soap*, struct _cwmp__HoldRequests*)` REST POST receive XML (after a `soap_POST_send_Type`), returns `SOAP_OK` or error code
- `int soap_GET__cwmp__HoldRequests(struct soap*, const char *URL, struct _cwmp__HoldRequests*)` REST GET XML, returns `SOAP_OK` or error code
The component of XML schema type *`cwmp:HoldRequests`* in schema "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)" is:
_XML
This struct will be auto-generated when it is not explicitly declared in an interface header file, and is declared mutable, meaning that multiple declarations in interface header files are collected into one structure, and has the following auto-completed declaration in soapStub.h:
struct SOAP_CMAC SOAP_ENV__Detail {
public:
/** Optional element 'cwmp:Fault' of XML schema type 'cwmp:Fault' */
struct _cwmp__Fault *cwmp__Fault;
char *__any;
public:
/** Return unique type id SOAP_TYPE_SOAP_ENV__Detail */
long soap_type() const { return SOAP_TYPE_SOAP_ENV__Detail; }
/** Constructor with member initializations */
SOAP_ENV__Detail() : cwmp__Fault(), __any() { }
/** Friend allocator */
friend SOAP_FMAC1 SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap*, int, const char*, const char*, size_t*);
};
[![][1] To top](#)
### `struct __cwmp__GetParameterNames`
This struct is declared in [trapi.h](trapi.h) at line 31, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__GetParameterNames()`.
[![][1] To top](#)
### `struct __cwmp__GetParameterValues`
This struct is declared in [trapi.h](trapi.h) at line 37, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__GetParameterValues()`.
[![][1] To top](#)
### `struct __cwmp__GetParameterValuesResponse`
This struct is declared in [trapi.h](trapi.h) at line 43, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__GetParameterValuesResponse()`.
[![][1] To top](#)
### `struct __cwmp__SetParameterValues`
This struct is declared in [trapi.h](trapi.h) at line 50, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__SetParameterValues()`.
[![][1] To top](#)
### `struct __cwmp__GetParameterAttributes`
This struct is declared in [trapi.h](trapi.h) at line 56, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__GetParameterAttributes()`.
[![][1] To top](#)
### `struct __cwmp__SetParameterAttributes`
This struct is declared in [trapi.h](trapi.h) at line 62, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__SetParameterAttributes()`.
[![][1] To top](#)
### `struct __cwmp__Download`
This struct is declared in [trapi.h](trapi.h) at line 68, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__Download()`.
[![][1] To top](#)
### `struct __cwmp__Upload`
This struct is declared in [trapi.h](trapi.h) at line 74, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__Upload()`.
[![][1] To top](#)
### `struct __cwmp__AddObject`
This struct is declared in [trapi.h](trapi.h) at line 80, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__AddObject()`.
[![][1] To top](#)
### `struct __cwmp__DeleteObject`
This struct is declared in [trapi.h](trapi.h) at line 86, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__DeleteObject()`.
[![][1] To top](#)
### `struct __cwmp__GetRPCMethods`
This struct is declared in [trapi.h](trapi.h) at line 92, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__GetRPCMethods()`.
[![][1] To top](#)
### `struct __cwmp__Inform`
This struct is declared in [trapi.h](trapi.h) at line 98, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__Inform()`.
[![][1] To top](#)
### `struct __cwmp__Reboot`
This struct is declared in [trapi.h](trapi.h) at line 102, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__Reboot()`.
[![][1] To top](#)
### `struct __cwmp__FactoryReset`
This struct is declared in [trapi.h](trapi.h) at line 106, is a wrapper, meaning that it wraps data and is not visible in XML and is internally used to wrap the request element(s) of the service operation `__cwmp__FactoryReset()`.
[![][1] To top](#)
### `struct SOAP_ENV__Code`
This struct is declared in [trapi.h](trapi.h) at line 107, is recursive, meaning it may (in)directly reference itself through its (base or derived class) members, and is the SOAP protocol *`Typedef | Type | Declared | Serializable | Custom |
---|---|---|---|---|
_XML | char * | (built-in):0 | yes | yes |
_QName | char * | (built-in):0 | yes | yes |
xsd__anySimpleType | char * | tr-069.h:139 | yes | |
xsd__anyURI | char * | tr-069.h:142 | yes | |
cwmp__DeploymentUnitOperationType | char * | tr-069.h:155 | yes | |
cwmp__CPEFaultCodeType | unsigned int | tr-069.h:197 | yes | |
cwmp__CPEExtensionFaultCodeType | unsigned int | tr-069.h:206 | yes | |
cwmp__CPEVendorFaultCodeType | unsigned int | tr-069.h:215 | yes | |
cwmp__ACSFaultCodeType | unsigned int | tr-069.h:230 | yes | |
cwmp__ACSVendorFaultCodeType | unsigned int | tr-069.h:239 | yes | |
cwmp__TransferFileType | char * | tr-069.h:252 | yes | |
cwmp__DownloadFileType | char * | tr-069.h:264 | yes | |
cwmp__UploadFileType | char * | tr-069.h:277 | yes | |
cwmp__EventCodeType | char * | tr-069.h:287 | yes | |
cwmp__TimeWindowModeValueType | char * | tr-069.h:295 | yes | |
cwmp__CommandKeyType | char * | tr-069.h:300 | yes | |
cwmp__ObjectNameType | char * | tr-069.h:306 | yes | |
cwmp__ParameterKeyType | char * | tr-069.h:311 | yes | |
cwmp__DeploymentUnitUUID | char * | tr-069.h:392 | yes |
C/C++ Type | Name | Kind | XML schema name |
---|---|---|---|
char | byte | char | xsd:byte |
int | int | int | xsd:int |
unsigned char | unsignedByte | unsigned char | xsd:unsignedByte |
cwmp__ACSVendorFaultCodeType | cwmp__ACSVendorFaultCodeType | unsigned int | cwmp:ACSVendorFaultCodeType |
cwmp__ACSFaultCodeType | cwmp__ACSFaultCodeType | unsigned int | cwmp:ACSFaultCodeType |
cwmp__CPEVendorFaultCodeType | cwmp__CPEVendorFaultCodeType | unsigned int | cwmp:CPEVendorFaultCodeType |
cwmp__CPEExtensionFaultCodeType | cwmp__CPEExtensionFaultCodeType | unsigned int | cwmp:CPEExtensionFaultCodeType |
cwmp__CPEFaultCodeType | cwmp__CPEFaultCodeType | unsigned int | cwmp:CPEFaultCodeType |
unsigned int | unsignedInt | unsigned int | xsd:unsignedInt |
time_t | dateTime | time_t | xsd:dateTime |
enum _cwmp__UploadResponse_Status | _cwmp__UploadResponse_Status | enum | cwmp:UploadResponse-Status |
enum _cwmp__DownloadResponse_Status | _cwmp__DownloadResponse_Status | enum | cwmp:DownloadResponse-Status |
enum _cwmp__DeleteObjectResponse_Status | _cwmp__DeleteObjectResponse_Status | enum | cwmp:DeleteObjectResponse-Status |
enum _cwmp__AddObjectResponse_Status | _cwmp__AddObjectResponse_Status | enum | cwmp:AddObjectResponse-Status |
enum _cwmp__SetParameterValuesResponse_Status | _cwmp__SetParameterValuesResponse_Status | enum | cwmp:SetParameterValuesResponse-Status |
enum _cwmp__OptionStruct_IsTransferable | _cwmp__OptionStruct_IsTransferable | enum | cwmp:OptionStruct-IsTransferable |
enum _cwmp__OptionStruct_Mode | _cwmp__OptionStruct_Mode | enum | cwmp:OptionStruct-Mode |
enum _cwmp__OptionStruct_State | _cwmp__OptionStruct_State | enum | cwmp:OptionStruct-State |
enum cwmp__DeploymentUnitCPEFaultCodeType | cwmp__DeploymentUnitCPEFaultCodeType | enum | cwmp:DeploymentUnitCPEFaultCodeType |
enum cwmp__TransferCompleteCPEFaultCodeType | cwmp__TransferCompleteCPEFaultCodeType | enum | cwmp:TransferCompleteCPEFaultCodeType |
enum cwmp__DefaultDeploymentUnitOperationType | cwmp__DefaultDeploymentUnitOperationType | enum | cwmp:DefaultDeploymentUnitOperationType |
enum cwmp__DeploymentUnitState | cwmp__DeploymentUnitState | enum | cwmp:DeploymentUnitState |
enum cwmp__TransferStateType | cwmp__TransferStateType | enum | cwmp:TransferStateType |
enum cwmp__ParameterAttributeNotificationValueType | cwmp__ParameterAttributeNotificationValueType | enum | cwmp:ParameterAttributeNotificationValueType |
enum cwmp__AccessListValueType | cwmp__AccessListValueType | enum | cwmp:AccessListValueType |
enum xsd__boolean | xsd__boolean | enum | xsd:boolean |
struct SOAP_ENV__Fault | SOAP_ENV__Fault | struct | |
struct SOAP_ENV__Reason | SOAP_ENV__Reason | struct | |
struct SOAP_ENV__Code | SOAP_ENV__Code | struct | |
struct SOAP_ENV__Detail | SOAP_ENV__Detail | struct | |
struct SOAP_ENV__Header | SOAP_ENV__Header | struct | |
struct _cwmp__HoldRequests | _cwmp__HoldRequests | struct | |
struct _cwmp__ID | _cwmp__ID | struct | |
struct _cwmp__SessionTimeout | _cwmp__SessionTimeout | struct | |
struct _cwmp__UseCWMPVersion | _cwmp__UseCWMPVersion | struct | |
struct _cwmp__SupportedCWMPVersions | _cwmp__SupportedCWMPVersions | struct | |
struct cwmp__UninstallOpStruct | cwmp__UninstallOpStruct | struct | cwmp:UninstallOpStruct |
struct cwmp__UpdateOpStruct | cwmp__UpdateOpStruct | struct | cwmp:UpdateOpStruct |
struct cwmp__InstallOpStruct | cwmp__InstallOpStruct | struct | cwmp:InstallOpStruct |
struct _cwmp__AutonomousDUStateChangeCompleteResponse | _cwmp__AutonomousDUStateChangeCompleteResponse | struct | |
struct cwmp__AutonOpResultStruct | cwmp__AutonOpResultStruct | struct | cwmp:AutonOpResultStruct |
struct _cwmp__AutonomousDUStateChangeComplete | _cwmp__AutonomousDUStateChangeComplete | struct | |
struct _cwmp__DUStateChangeCompleteResponse | _cwmp__DUStateChangeCompleteResponse | struct | |
struct _cwmp__DUStateChangeComplete | _cwmp__DUStateChangeComplete | struct | |
struct _cwmp__RequestDownloadResponse | _cwmp__RequestDownloadResponse | struct | |
struct FileTypeArg | FileTypeArg | struct | cwmp:ArgStruct |
struct _cwmp__RequestDownload | _cwmp__RequestDownload | struct | |
struct _cwmp__KickedResponse | _cwmp__KickedResponse | struct | |
struct _cwmp__Kicked | _cwmp__Kicked | struct | |
struct _cwmp__AutonomousTransferCompleteResponse | _cwmp__AutonomousTransferCompleteResponse | struct | |
struct _cwmp__AutonomousTransferComplete | _cwmp__AutonomousTransferComplete | struct | |
struct _cwmp__TransferCompleteResponse | _cwmp__TransferCompleteResponse | struct | |
struct _cwmp__TransferComplete | _cwmp__TransferComplete | struct | |
struct _cwmp__InformResponse | _cwmp__InformResponse | struct | |
struct EventList | EventList | struct | cwmp:EventStruct |
struct _cwmp__Inform | _cwmp__Inform | struct | |
struct _cwmp__ChangeDUStateResponse | _cwmp__ChangeDUStateResponse | struct | |
struct _cwmp__ChangeDUState | _cwmp__ChangeDUState | struct | |
struct _cwmp__CancelTransferResponse | _cwmp__CancelTransferResponse | struct | |
struct _cwmp__CancelTransfer | _cwmp__CancelTransfer | struct | |
struct _cwmp__ScheduleDownloadResponse | _cwmp__ScheduleDownloadResponse | struct | |
struct TimeWindowList | TimeWindowList | struct | cwmp:TimeWindowStruct |
struct _cwmp__ScheduleDownload | _cwmp__ScheduleDownload | struct | |
struct AllTransferList | AllTransferList | struct | cwmp:AllQueuedTransferStruct |
struct _cwmp__GetAllQueuedTransfersResponse | _cwmp__GetAllQueuedTransfersResponse | struct | |
struct _cwmp__GetAllQueuedTransfers | _cwmp__GetAllQueuedTransfers | struct | |
struct _cwmp__FactoryResetResponse | _cwmp__FactoryResetResponse | struct | |
struct _cwmp__FactoryReset | _cwmp__FactoryReset | struct | |
struct _cwmp__UploadResponse | _cwmp__UploadResponse | struct | |
struct _cwmp__Upload | _cwmp__Upload | struct | |
struct OptionList | OptionList | struct | cwmp:OptionStruct |
struct _cwmp__GetOptionsResponse | _cwmp__GetOptionsResponse | struct | |
struct _cwmp__GetOptions | _cwmp__GetOptions | struct | |
struct _cwmp__SetVouchersResponse | _cwmp__SetVouchersResponse | struct | |
struct VoucherList | VoucherList | struct | SOAP-ENC:base64 |
struct _cwmp__SetVouchers | _cwmp__SetVouchers | struct | |
struct _cwmp__ScheduleInformResponse | _cwmp__ScheduleInformResponse | struct | |
struct _cwmp__ScheduleInform | _cwmp__ScheduleInform | struct | |
struct TransferList | TransferList | struct | cwmp:QueuedTransferStruct |
struct _cwmp__GetQueuedTransfersResponse | _cwmp__GetQueuedTransfersResponse | struct | |
struct _cwmp__GetQueuedTransfers | _cwmp__GetQueuedTransfers | struct | |
struct _cwmp__RebootResponse | _cwmp__RebootResponse | struct | |
struct _cwmp__Reboot | _cwmp__Reboot | struct | |
struct _cwmp__DownloadResponse | _cwmp__DownloadResponse | struct | |
struct _cwmp__Download | _cwmp__Download | struct | |
struct _cwmp__DeleteObjectResponse | _cwmp__DeleteObjectResponse | struct | |
struct _cwmp__DeleteObject | _cwmp__DeleteObject | struct | |
struct _cwmp__AddObjectResponse | _cwmp__AddObjectResponse | struct | |
struct _cwmp__AddObject | _cwmp__AddObject | struct | |
struct ParameterAttributeList | ParameterAttributeList | struct | cwmp:ParameterAttributeStruct |
struct _cwmp__GetParameterAttributesResponse | _cwmp__GetParameterAttributesResponse | struct | |
struct _cwmp__GetParameterAttributes | _cwmp__GetParameterAttributes | struct | |
struct _cwmp__SetParameterAttributesResponse | _cwmp__SetParameterAttributesResponse | struct | |
struct SetParameterAttributesList | SetParameterAttributesList | struct | cwmp:SetParameterAttributesStruct |
struct _cwmp__SetParameterAttributes | _cwmp__SetParameterAttributes | struct | |
struct ParameterInfoList | ParameterInfoList | struct | cwmp:ParameterInfoStruct |
struct _cwmp__GetParameterNamesResponse | _cwmp__GetParameterNamesResponse | struct | |
struct _cwmp__GetParameterNames | _cwmp__GetParameterNames | struct | |
struct _cwmp__GetParameterValuesResponse | _cwmp__GetParameterValuesResponse | struct | |
struct ParameterNames | ParameterNames | struct | xsd:string |
struct _cwmp__GetParameterValues | _cwmp__GetParameterValues | struct | |
struct _cwmp__SetParameterValuesResponse | _cwmp__SetParameterValuesResponse | struct | |
struct ParameterValueList | ParameterValueList | struct | cwmp:ParameterValueStruct |
struct _cwmp__SetParameterValues | _cwmp__SetParameterValues | struct | |
struct MethodList | MethodList | struct | xsd:string |
struct _cwmp__GetRPCMethodsResponse | _cwmp__GetRPCMethodsResponse | struct | |
struct _cwmp__GetRPCMethods | _cwmp__GetRPCMethods | struct | |
struct _cwmp__Fault_SetParameterValuesFault | _cwmp__Fault_SetParameterValuesFault | struct | |
struct _cwmp__Fault | _cwmp__Fault | struct | |
struct cwmp__ArgStruct | cwmp__ArgStruct | struct | cwmp:ArgStruct |
struct cwmp__OptionStruct | cwmp__OptionStruct | struct | cwmp:OptionStruct |
struct cwmp__OpResultStruct | cwmp__OpResultStruct | struct | cwmp:OpResultStruct |
struct cwmp__OperationStruct | cwmp__OperationStruct | struct | cwmp:OperationStruct |
struct cwmp__AllQueuedTransferStruct | cwmp__AllQueuedTransferStruct | struct | cwmp:AllQueuedTransferStruct |
struct cwmp__QueuedTransferStruct | cwmp__QueuedTransferStruct | struct | cwmp:QueuedTransferStruct |
struct cwmp__TimeWindowStruct | cwmp__TimeWindowStruct | struct | cwmp:TimeWindowStruct |
struct cwmp__ParameterAttributeStruct | cwmp__ParameterAttributeStruct | struct | cwmp:ParameterAttributeStruct |
struct AccessList | AccessList | struct | cwmp:AccessListValueType |
struct cwmp__SetParameterAttributesStruct | cwmp__SetParameterAttributesStruct | struct | cwmp:SetParameterAttributesStruct |
struct cwmp__ParameterInfoStruct | cwmp__ParameterInfoStruct | struct | cwmp:ParameterInfoStruct |
struct cwmp__EventStruct | cwmp__EventStruct | struct | cwmp:EventStruct |
struct cwmp__DeviceIdStruct | cwmp__DeviceIdStruct | struct | cwmp:DeviceIdStruct |
struct cwmp__ParameterValueStruct | cwmp__ParameterValueStruct | struct | cwmp:ParameterValueStruct |
struct cwmp__DeploymentUnitFaultStruct | cwmp__DeploymentUnitFaultStruct | struct | cwmp:DeploymentUnitFaultStruct |
struct cwmp__TransferCompleteFaultStruct | cwmp__TransferCompleteFaultStruct | struct | cwmp:TransferCompleteFaultStruct |
struct SOAP_ENC__base64 | SOAP_ENC__base64 | base64 binary | SOAP-ENC:base64 |
cwmp__DeploymentUnitUUID | cwmp__DeploymentUnitUUID | string | cwmp:DeploymentUnitUUID |
cwmp__ParameterKeyType | cwmp__ParameterKeyType | string | cwmp:ParameterKeyType |
cwmp__ObjectNameType | cwmp__ObjectNameType | string | cwmp:ObjectNameType |
cwmp__CommandKeyType | cwmp__CommandKeyType | string | cwmp:CommandKeyType |
cwmp__TimeWindowModeValueType | cwmp__TimeWindowModeValueType | string | cwmp:TimeWindowModeValueType |
cwmp__EventCodeType | cwmp__EventCodeType | string | cwmp:EventCodeType |
cwmp__UploadFileType | cwmp__UploadFileType | string | cwmp:UploadFileType |
cwmp__DownloadFileType | cwmp__DownloadFileType | string | cwmp:DownloadFileType |
cwmp__TransferFileType | cwmp__TransferFileType | string | cwmp:TransferFileType |
cwmp__DeploymentUnitOperationType | cwmp__DeploymentUnitOperationType | string | cwmp:DeploymentUnitOperationType |
xsd__anyURI | xsd__anyURI | string | xsd:anyURI |
xsd__anySimpleType | xsd__anySimpleType | string | xsd:anySimpleType |
_QName | _QName | string | xsd:QName |
_XML | _XML | string | (literal XML string) |
char * | string | string | xsd:string |
_cwmp__GetParameterNames
- `struct _cwmp__GetParameterNamesResponse *cwmp__GetParameterNamesResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__GetParameterNamesResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__GetParameterNamesResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__GetParameterNamesResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::GetParameterValues()`
This service operation is declared in [trapi.h](trapi.h) at line 35 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'GetParameterValues' implementation, should return SOAP_OK or error code
virtual int GetParameterValues(struct _cwmp__GetParameterValues *cwmp__GetParameterValues, struct _cwmp__GetParameterValuesResponse *cwmp__GetParameterValuesResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__GetParameterValues *cwmp__GetParameterValues` is optional, where the type of this parameter is a pointer to _cwmp__GetParameterValues
- `struct _cwmp__GetParameterValuesResponse *cwmp__GetParameterValuesResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__GetParameterValuesResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__GetParameterValuesResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__GetParameterValuesResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::GetParameterValuesResponse()`
This service operation is declared in [trapi.h](trapi.h) at line 41 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`, and should return the value of `int cwmpService::send_empty_GetParameterValuesResponse_response(struct soap *soap, int httpcode)` when using HTTP:
//
/// Web service one-way operation 'GetParameterValuesResponse' implementation, should return value of send_GetParameterValuesResponse_empty_response() to send HTTP Accept acknowledgment, or return an error code, or return SOAP_OK to immediately return without sending an HTTP response message
virtual int GetParameterValuesResponse(struct _cwmp__GetParameterValuesResponse *cwmp__GetParameterValuesResponse) SOAP_PURE_VIRTUAL;
/// Web service asynchronous send of HTTP Accept acknowledgment to be called in 'GetParameterValuesResponse', returns SOAP_OK or error code
virtual int send_GetParameterValuesResponse_empty_response(int soap_http_status = 202) { return soap_send_empty_response(this->soap, soap_http_status); }
where:
- `struct _cwmp__GetParameterValuesResponse *cwmp__GetParameterValuesResponse` is optional, where the type of this parameter is a pointer to _cwmp__GetParameterValuesResponse
This service method should be implemented as part of the service back-end code and call `int cwmpService::send_GetParameterValuesResponse_empty_response(int httpcode)` with a HTTP status or error code (200 to 599) to return, when communicating over HTTP to return a HTTP header.
[![][1] To top](#)
### Service Operation `cwmpService::SetParameterValues()`
This service operation is declared in [trapi.h](trapi.h) at line 48 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'SetParameterValues' implementation, should return SOAP_OK or error code
virtual int SetParameterValues(struct _cwmp__SetParameterValues *cwmp__SetParameterValues, struct _cwmp__SetParameterValuesResponse *cwmp__SetParameterValuesResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__SetParameterValues *cwmp__SetParameterValues` is optional, where the type of this parameter is a pointer to _cwmp__SetParameterValues
- `struct _cwmp__SetParameterValuesResponse *cwmp__SetParameterValuesResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__SetParameterValuesResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__SetParameterValuesResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__SetParameterValuesResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::GetParameterAttributes()`
This service operation is declared in [trapi.h](trapi.h) at line 54 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'GetParameterAttributes' implementation, should return SOAP_OK or error code
virtual int GetParameterAttributes(struct _cwmp__GetParameterAttributes *cwmp__GetParameterAttributes, struct _cwmp__GetParameterAttributesResponse *cwmp__GetParameterAttributesResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__GetParameterAttributes *cwmp__GetParameterAttributes` is optional, where the type of this parameter is a pointer to _cwmp__GetParameterAttributes
- `struct _cwmp__GetParameterAttributesResponse *cwmp__GetParameterAttributesResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__GetParameterAttributesResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__GetParameterAttributesResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__GetParameterAttributesResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::SetParameterAttributes()`
This service operation is declared in [trapi.h](trapi.h) at line 60 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'SetParameterAttributes' implementation, should return SOAP_OK or error code
virtual int SetParameterAttributes(struct _cwmp__SetParameterAttributes *cwmp__SetParameterAttributes, struct _cwmp__SetParameterAttributesResponse *cwmp__SetParameterAttributesResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__SetParameterAttributes *cwmp__SetParameterAttributes` is optional, where the type of this parameter is a pointer to _cwmp__SetParameterAttributes
- `struct _cwmp__SetParameterAttributesResponse *cwmp__SetParameterAttributesResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__SetParameterAttributesResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__SetParameterAttributesResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__SetParameterAttributesResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::Download()`
This service operation is declared in [trapi.h](trapi.h) at line 66 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'Download' implementation, should return SOAP_OK or error code
virtual int Download(struct _cwmp__Download *cwmp__Download, struct _cwmp__DownloadResponse *cwmp__DownloadResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__Download *cwmp__Download` is optional, where the type of this parameter is a pointer to _cwmp__Download
- `struct _cwmp__DownloadResponse *cwmp__DownloadResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__DownloadResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__DownloadResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__DownloadResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::Upload()`
This service operation is declared in [trapi.h](trapi.h) at line 72 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'Upload' implementation, should return SOAP_OK or error code
virtual int Upload(struct _cwmp__Upload *cwmp__Upload, struct _cwmp__UploadResponse *cwmp__UploadResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__Upload *cwmp__Upload` is optional, where the type of this parameter is a pointer to _cwmp__Upload
- `struct _cwmp__UploadResponse *cwmp__UploadResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__UploadResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__UploadResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__UploadResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::AddObject()`
This service operation is declared in [trapi.h](trapi.h) at line 78 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'AddObject' implementation, should return SOAP_OK or error code
virtual int AddObject(struct _cwmp__AddObject *cwmp__AddObject, struct _cwmp__AddObjectResponse *cwmp__AddObjectResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__AddObject *cwmp__AddObject` is optional, where the type of this parameter is a pointer to _cwmp__AddObject
- `struct _cwmp__AddObjectResponse *cwmp__AddObjectResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__AddObjectResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__AddObjectResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__AddObjectResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::DeleteObject()`
This service operation is declared in [trapi.h](trapi.h) at line 84 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'DeleteObject' implementation, should return SOAP_OK or error code
virtual int DeleteObject(struct _cwmp__DeleteObject *cwmp__DeleteObject, struct _cwmp__DeleteObjectResponse *cwmp__DeleteObjectResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__DeleteObject *cwmp__DeleteObject` is optional, where the type of this parameter is a pointer to _cwmp__DeleteObject
- `struct _cwmp__DeleteObjectResponse *cwmp__DeleteObjectResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__DeleteObjectResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__DeleteObjectResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__DeleteObjectResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::GetRPCMethods()`
This service operation is declared in [trapi.h](trapi.h) at line 90 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'GetRPCMethods' implementation, should return SOAP_OK or error code
virtual int GetRPCMethods(struct _cwmp__GetRPCMethods *cwmp__GetRPCMethods, struct _cwmp__GetRPCMethodsResponse *cwmp__GetRPCMethodsResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__GetRPCMethods *cwmp__GetRPCMethods` is optional, where the type of this parameter is a pointer to _cwmp__GetRPCMethods
- `struct _cwmp__GetRPCMethodsResponse *cwmp__GetRPCMethodsResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__GetRPCMethodsResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__GetRPCMethodsResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__GetRPCMethodsResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::Inform()`
This service operation is declared in [trapi.h](trapi.h) at line 96 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'Inform' implementation, should return SOAP_OK or error code
virtual int Inform(struct _cwmp__Inform *cwmp__Inform, struct _cwmp__InformResponse *cwmp__InformResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__Inform *cwmp__Inform` is optional, where the type of this parameter is a pointer to _cwmp__Inform
- `struct _cwmp__InformResponse *cwmp__InformResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__InformResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__InformResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__InformResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::Reboot()`
This service operation is declared in [trapi.h](trapi.h) at line 100 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'Reboot' implementation, should return SOAP_OK or error code
virtual int Reboot(struct _cwmp__Reboot *cwmp__Reboot, struct _cwmp__RebootResponse *cwmp__RebootResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__Reboot *cwmp__Reboot` is optional, where the type of this parameter is a pointer to _cwmp__Reboot
- `struct _cwmp__RebootResponse *cwmp__RebootResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__RebootResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__RebootResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__RebootResponse` to the result, or return an error code
[![][1] To top](#)
### Service Operation `cwmpService::FactoryReset()`
This service operation is declared in [trapi.h](trapi.h) at line 104 and has the following properties:
- SOAP 1.1 protocol
- SOAP rpc style
- SOAP encoded
- SOAP action ""
- Operation namespace prefix `cwmp` and URI "[urn:dslforum-org:cwmp-1-2](#doc-namespaces)"
The following service class method must be implemented in the service back-end code and will be called by the service dispatcher `cwmpService::serve(soap)`:
//
/// Web service operation 'FactoryReset' implementation, should return SOAP_OK or error code
virtual int FactoryReset(struct _cwmp__FactoryReset *cwmp__FactoryReset, struct _cwmp__FactoryResetResponse *cwmp__FactoryResetResponse) SOAP_PURE_VIRTUAL;
where:
- `struct _cwmp__FactoryReset *cwmp__FactoryReset` is optional, where the type of this parameter is a pointer to _cwmp__FactoryReset
- `struct _cwmp__FactoryResetResponse *cwmp__FactoryResetResponse` is the service operation response, which is a non-NULL pointer to a `struct _cwmp__FactoryResetResponse` that the service operation should populate with the response data, where the type of this result parameter is _cwmp__FactoryResetResponse
This service method should be implemented as part of the service back-end code and return `SOAP_OK` and set the last parameter `cwmp__FactoryResetResponse` to the result, or return an error code
[![][1] To top](#)
## Schemas and Namespaces {#doc-namespaces}
The following schemas and namespaces are used in addition to the predefined SOAP and built-in XSD namespaces:
- Prefix `cwmp` is bound to namespace URI *`urn:dslforum-org:cwmp-1-2`* of service WSDL [cwmp.wsdl](cwmp.wsdl) and schema [cwmp.xsd](cwmp.xsd) with local element form default *`unqualified`* and attribute form default *`unqualified`*
The following namespace table is saved to cwmp.nsmap:
struct Namespace namespaces[] = {
{ "SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL },
{ "SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", "http://www.w3.org/*/soap-encoding", NULL },
{ "xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL },
{ "xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL },
{ "cwmp", "urn:dslforum-org:cwmp-1-2", NULL, NULL },
{ NULL, NULL, NULL, NULL}
};
The table binds XML namespace prefixes (first column) to namespace URIs (second column), similar to xmlns:prefix="URI" in XML. The third column is a URI pattern with `*` wildcards that is also accepted as a valid namespace URI for inbound XML messages. The fourth column is NULL. This table is globally defined for the gSOAP engine. The engine context will look for it unless you compiled the gSOAP source codes with `-DWITH_NONAMESPACES`. You must assign this or another namespace table with `soap_set_namespaces(struct soap *soap, struct Namespace *namespaces)` after initializing the context and before processing XML.
[![][1] To top](#)
[1]: https://www.genivia.com/images/go-up.png
--------------------------------------------------------------------------------
_Generated on Sat Dec 28 2019 09:31:21 UTC by soapcpp2 v2.8.83 for trapi.h._
_The gSOAP XML Web services tools are Copyright (C) Robert van Engelen, Genivia Inc. All Rights Reserved._