_cwmp__Download

发布时间 2023-06-15 17:32:41作者: lydstory
#include <stdio.h>
#ifndef SOAP_TYPE__cwmp__Download
#define SOAP_TYPE__cwmp__Download (82)
/* cwmp:Download */
struct _cwmp__Download
{
    char *CommandKey;    /* required element of type cwmp:CommandKeyType */
    char *FileType;    /* required element of type xsd:string */
    char *URL;    /* required element of type xsd:string */
    char *Username;    /* required element of type xsd:string */
    char *Password;    /* required element of type xsd:string */
    unsigned int FileSize;    /* required element of type xsd:unsignedInt */
    char *TargetFileName;    /* required element of type xsd:string */
    unsigned int DelaySeconds;    /* required element of type xsd:unsignedInt */
    char *SuccessURL;    /* required element of type xsd:string */
    char *FailureURL;    /* required element of type xsd:string */
};
#endif
int main()
{
      struct _cwmp__Download DownloadRequest ;
   printf("hello,world\n");
   return 0;
}