Matrix Datatypes

OcaMatrixCoordinate

using OcaMatrixCoordinate = OcaUint16

Coordinate value (x or y) for **OcaMatrix. ** Value is zero-relative, i.e. the first row or column is number zero. A value of 65535 means all rows or columns.

OcaMatrixCommand

struct OcaMatrixCommand

(X,Y) of a Matrix Member. X=column, Y=row. Zero-relative: X=0 is first column, Y=0 is first row.

OcaMatrixCoordinates Coordinates

Coordinates of method owner’s Matrix Member. First column and first row are numbered zero.

OcaMethodID ID

ID of the method

OcaList<OcaLongBlob> Parameters

Command parameters, if any. Format is method-specific.

OcaMatrixCoordinates

struct OcaMatrixCoordinates

(X,Y) of a Matrix Member. X=column, Y=row. Zero-relative: X=0 is first column, Y=0 is first row.

OcaMatrixCoordinate X

Column index of Matrix Member. First column is numbered zero.

OcaMatrixCoordinate Y

Row index of Matrix Member. First row is numbered zero.