Template class representing a two-dimensional list of items. This class describes only the data, not how it will be marshalled for transport via the various OCA protocol implementations.
Properties
Number of columns in the list.
Number of rows in the list.
datatype
Items
The array of items of the list, i.e. each entry placed after each other.
OCP.1 Encoding
Field | Basic type | Byte Length |
nX | OcaUint16 | 2 |
nY | OcaUint16 | 2 |
Items | datatype | variable * nX * nY |