OTX Reference  
OpenTestSystem.Otx.Extensions.Measure.Declarations.DeviceServiceParameterDeclarations Class Reference

Represents the list of arguments for a device service call. The content-type of DeviceServiceParameterDeclarations is <xsd:choice> [1..*] which allows an arbitrary-length list of in- and output parameters of a device service. More...

Public Attributes

DeviceServiceInParameterDeclaration inParam
 Describes an input parameter for a service. More...
 
DeviceServiceOutParameterDeclaration outParam
 Describes an output parameter for the requested service. More...
 

Detailed Description

Represents the list of arguments for a device service call. The content-type of DeviceServiceParameterDeclarations is <xsd:choice> [1..*] which allows an arbitrary-length list of in- and output parameters of a device service.

Member Data Documentation

◆ inParam

DeviceServiceInParameterDeclaration OpenTestSystem.Otx.Extensions.Measure.Declarations.DeviceServiceParameterDeclarations.inParam

Describes an input parameter for a service.

◆ outParam

DeviceServiceOutParameterDeclaration OpenTestSystem.Otx.Extensions.Measure.Declarations.DeviceServiceParameterDeclarations.outParam

Describes an output parameter for the requested service.