2.2.79 Encoded-Array

Encoded-Array is used to encode an array in the Heap.

 Encoded-Array = ArrayCount *EncodedValue
 ArrayCount = UINT32

Encoded-Array consists of a UINT32 value that specifies how many EncodedValue entries follow. Every element of an array MUST be of the same CimBaseType.

ArrayCount MUST be present, but there can be zero EncodedValue entries if ArrayCount is zero.