OTX Reference
|
|
Contains a list of parameters of different types More...
Public Attributes | |
ScreenInOutParameterDeclaration | inoutParam |
Declares an bidirectional input/output parameter which shall be linked to an OTX variable (by executing an OpenScreen action at runtime) More... | |
ScreenInParameterDeclaration | inParam |
Declares an input parameter which shall be linked to an OTX variable (by executing an OpenScreen action at runtime) More... | |
ScreenOutParameterDeclaration | outParam |
Declares an output parameter of the screen which shall be linked to an OTX variable (by executing an OpenScreen action at runtime) More... | |
ScreenTermParameterDeclaration | termParam |
Declares an input parameter for a screen whose value shall be computed once out of a term given in a corresponding term argument of an OpenScreen action. More... | |
Contains a list of parameters of different types
They describe which input- and output-values a certain screen needs or provides.The parameters of a specific screen signature are the counterparts of the arguments of a ScreenOpen action.
ScreenInOutParameterDeclaration OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenParameterDeclarations.inoutParam |
Declares an bidirectional input/output parameter which shall be linked to an OTX variable (by executing an OpenScreen action at runtime)
ScreenInParameterDeclaration OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenParameterDeclarations.inParam |
Declares an input parameter which shall be linked to an OTX variable (by executing an OpenScreen action at runtime)
ScreenOutParameterDeclaration OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenParameterDeclarations.outParam |
Declares an output parameter of the screen which shall be linked to an OTX variable (by executing an OpenScreen action at runtime)
ScreenTermParameterDeclaration OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenParameterDeclarations.termParam |
Declares an input parameter for a screen whose value shall be computed once out of a term given in a corresponding term argument of an OpenScreen action.