Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4COM)  1.26.2
ILogic::LogicSymbolInformation Struct Reference
Collaboration diagram for ILogic::LogicSymbolInformation:
Collaboration graph

Detailed Description

This structure defines the information about a symbol.

Elements of struct LogicSymbolInformation

Type Element Description.
LogicType type Type of symbol.
LogicType subType Type of symbol if 'type' equal TYPE_ARRAY.
LONG dataSize Size of symbol (bytes).
LONG numElements Number of elements if 'type' equal MLPI_LOGIC_TYPE_ARRAY or MLPI_LOGIC_TYPE_USERDEF
LONG dimension Dimension of array if 'type' equal MLPI_LOGIC_TYPE_ARRAY.
LogicArrayRange range Range of a dimension of array if 'type' equal MLPI_LOGIC_TYPE_ARRAY.
LogicSymbolAccessRights accessRights Access rights to symbol.

Definition at line 187 of file ILogic.idl.


The documentation for this struct was generated from the following file: