![]() |
OTX 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... | |
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.
DeviceServiceInParameterDeclaration OpenTestSystem.Otx.Extensions.Measure.Declarations.DeviceServiceParameterDeclarations.inParam |
Describes an input parameter for a service.
DeviceServiceOutParameterDeclaration OpenTestSystem.Otx.Extensions.Measure.Declarations.DeviceServiceParameterDeclarations.outParam |
Describes an output parameter for the requested service.