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

With this set of parameters the ExecuteDeviceService action of the Measure extension will be simulated. More...

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

Public Attributes

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration device
 Fullname of the device related to the DeviceSignature. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration executeAsync
 The device service should be executed synchronously or asynchronously. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration service
 Name of the service related to the DeviceServiceSignature. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration suppressInvalidMeasurementException
 The device service should suppress invalid measurement exceptions. 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 ExecuteDeviceService action of the Measure extension will be simulated.

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

Member Data Documentation

◆ device

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ExecuteDeviceService.device

Fullname of the device related to the DeviceSignature.

◆ executeAsync

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ExecuteDeviceService.executeAsync

The device service should be executed synchronously or asynchronously.

◆ service

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ExecuteDeviceService.service

Name of the service related to the DeviceServiceSignature.

◆ suppressInvalidMeasurementException

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ExecuteDeviceService.suppressInvalidMeasurementException

The device service should suppress invalid measurement exceptions.