OTX Reference  
OpenTestSystem.Otx.Core.Actions.ProcedureCall.Arguments Class Reference

Represents the list of arguments for a procedure call. More...

Classes

class  InArgument
 Input argument More...
 
class  InOutArgument
 Input/output argument More...
 
class  OutArgument
 Output argument More...
 

Public Attributes

InArgument inArg
 Input argument More...
 
InOutArgument inoutArg
 Input/output argument More...
 
OutArgument outArg
 Output argument More...
 

Detailed Description

Represents the list of arguments for a procedure call.

Checker rules
CheckerRule.Core_Chk029 - Correct ProcedureCall arguments

Member Data Documentation

◆ inArg

InArgument OpenTestSystem.Otx.Core.Actions.ProcedureCall.Arguments.inArg

Input argument

◆ inoutArg

InOutArgument OpenTestSystem.Otx.Core.Actions.ProcedureCall.Arguments.inoutArg

Input/output argument

◆ outArg

OutArgument OpenTestSystem.Otx.Core.Actions.ProcedureCall.Arguments.outArg

Output argument