IDSDataArea interface | QSYS API Reference Guide
Describes a data structure that can be stored in a data area.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Extends: doesn’t extend any other interfaces.
Methods
Signature | Description |
---|---|
In(IDataArea) | Gets a data area and copies its contents into the data structure. |
Out(IDataArea) | Copies the data structure into the given data area. |
void In(IDataArea dataArea)
Gets a data area and copies its contents into the data structure.
void In(IDataArea dataArea)
Parameters
Type | Parameter name | Description |
---|---|---|
IDataArea | dataArea | The data area to use. |
void Out(IDataArea dataArea)
Copies the data structure into the given data area.
void Out(IDataArea dataArea)
Parameters
Type | Parameter name | Description |
---|---|---|
IDataArea | dataArea | The data area to use. |