Index

Data Type OcaList2D

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

OcaUint16 nX

Number of columns in the list.

OcaUint16 nY

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

FieldBasic typeByte Length
nXOcaUint162
nYOcaUint162
Itemsdatatypevariable * nX * nY