2.14.3 ArrayDimension
The ArrayDimension packet represents the size and index offset of a dimension of an array property type.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size |
|||||||||||||||||||||||||||||||
IndexOffset |
Size (4 bytes): An unsigned integer representing the size of the dimension.
IndexOffset (4 bytes): A signed integer representing the index offset of the dimension. For example, an array dimension that is to be accessed with a 0-based index would have the value zero, whereas an array dimension that is to be accessed with a 1-based index would have the value 0x00000001.
-
Value
Meaning
0
An array dimension that is to be accessed with a 0-based index would have the value zero.
0x00000001
An array dimension that is to be accessed with a 1-based index would have the value 0x00000001.