CallHostSpecs class | QSYS API Reference Guide
Defines CallHostSpecs class
Namespace: ASNA.QSys.Expo.Model Assembly: ASNA.QSys.Expo.Model.dll
Inheritance: Object
Constructors
Name | Description |
---|---|
CallHostSpecs(String, String, String, Int32, String, String, Int32) | Initializes new instance of CallHostSpecs class given the parameter initializers |
CallHostSpecs(String, String, String, Int32, String, String, Int32)
Initializes new instance of CallHostSpecs class given the parameter initializers
CallHostSpecs(String, String, String, Int32, String, String, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
String | agentContainer | agent container |
String | agentName | agent name |
String | parmsConstants | parameter constants |
Int32 | parmsControlsCount | parameters control’s count |
String | formatName | format name |
String | parmsFormatFields | parameter format fields |
Int32 | maxOutputLength | maximum output length |
Properties
Type | Name | Description |
---|---|---|
String | FormatName | Gets the format name |
String | LibraryName | Gets the Library Name |
Int32 | MaxOutputLength | Gets the Maximum output length |
String | ParmsConstants | Gets the parameter constants |
Int32 | ParmsControlsCount | Gets the parameter control’s count |
String | ParmsFormatFields | Gets the parameters format fields |
String | ProgramName | Gets the Program Name |