OTX Reference  
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.OpenScreen Class Reference

With this set of parameters the OpenScreen action of the HMI extension will be simulated. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.UnitTest.Declarations.OpenScreen:
Inheritance graph

Public Attributes

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration isModal
 Is the screen opened modal or not modal. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration screenSignatureName
 Fullname of the ScreenSignature related to this screen. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Extensions.UnitTest.Declarations.CallbackMultiInstanceParameters
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration handle
 Unique id for the instance of the object related to this call back, like a screen or a device service. More...
 

Detailed Description

With this set of parameters the OpenScreen action of the HMI extension will be simulated.

Note
The parameters can be read with GetCallbackParameterValueAsString and set with SetCallbackParameterValue.

Member Data Documentation

◆ isModal

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.OpenScreen.isModal

Is the screen opened modal or not modal.

◆ screenSignatureName

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.OpenScreen.screenSignatureName

Fullname of the ScreenSignature related to this screen.