2.2.1.10.1.1 MultiPartResponse

The MultiPartResponse structure represents the format of the body of a multipart ItemOperations command response.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

PartsCount

PartsMetaData (variable)

...

Parts (variable)

...

PartsCount (4 bytes): This field is an integer that indicates the number of PartMetaData structures contained in the PartsMetaData field. It also indicates the number of binary parts contained in the Parts field.

PartsMetaData (variable): This field is an array of PartMetaData structures, as specified in section 2.2.1.10.1.1.1. The length of the array is equal to the value of the PartsCount field.

Parts (variable): This field is an array of bytes that contains the data for the parts of the multipart response.

The data in the Parts field is interpreted by using the offset and length information in the PartsMetaData field.