2.2.2.3 ArrayOfValueWithCode
The ArrayOfValueWithCode structure contains a list of ValueWithCode records. The list is prefixed with the length of the Array.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Length |
|||||||||||||||||||||||||||||||
ListOfValueWithCode (variable) |
|||||||||||||||||||||||||||||||
... |
Length (4 bytes): An INT32 value (as specified in [MS-DTYP] section 2.2.22) that indicates the number of items in the Array. The value can range from 0 to 2147483647 (2^31) inclusive.
ListOfValueWithCode (variable): A sequence of ValueWithCode records. The number of items in the sequence MUST be equal to the value specified in the Length field.