DSDataArea class | QSYS API Reference Guide
Describes and manages the use of a Data Structure as a Data Area value.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Properties
Type | Name | Description |
---|---|---|
DSCallParm | DSCallParm | A DSCallParm used in the In and Out Data Area operations. |
Methods
Signature | Description |
---|---|
In(IDataArea) | Retrieves the Data Structure from the given Data Area. |
Out(IDataArea) | Stores the Data Structure in the given Data Area. |
void In(IDataArea iDataArea)
Retrieves the Data Structure from the given Data Area.
void In(IDataArea iDataArea)
Parameters
Type | Parameter name | Description |
---|---|---|
IDataArea | iDataArea | The Data Area to access. |
void Out(IDataArea iDataArea)
Stores the Data Structure in the given Data Area.
void Out(IDataArea iDataArea)
Parameters
Type | Parameter name | Description |
---|---|---|
IDataArea | iDataArea | The Data Area to access. |