|
@@ -114,6 +114,7 @@ ESPStruct DFULogicalFile
|
|
|
[min_ver("1.30")] bool Persistent(false);
|
|
|
[min_ver("1.34")] bool IsProtected(false);
|
|
|
[min_ver("1.41")] string KeyType;
|
|
|
+ [min_ver("1.52")] int NumOfSubfiles;
|
|
|
};
|
|
|
|
|
|
ESPStruct DFUPart
|
|
@@ -973,8 +974,8 @@ ESPresponse [exceptions_inline, nil_remove] DFUFilePublishResponse
|
|
|
// ===========================================================================
|
|
|
ESPservice [
|
|
|
auth_feature("DEFERRED"),
|
|
|
- version("1.51"),
|
|
|
- default_client_version("1.51"),
|
|
|
+ version("1.52"),
|
|
|
+ default_client_version("1.52"),
|
|
|
noforms,
|
|
|
exceptions_inline("./smc_xslt/exceptions.xslt")] WsDfu
|
|
|
{
|