ProgParmType class | QSYS API Reference Guide

Represents the type of a program parameter in a DataLink connection.

Namespace: ASNA.DataGate.DataLink Assembly: ASNA.QSys.DataGate.Client.dll

Inheritance: Object

Thread Safety

Any public static (Shared) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Constructors

Name Description
ProgParmType(String, Int32, FieldType) Initializes a new instance of the class with the specified name, number of elements, and field type.

ProgParmType(String, Int32, FieldType)

Initializes a new instance of the class with the specified name, number of elements, and field type.

ProgParmType(String, Int32, FieldType)

Parameters

Type Parameter name Description
String name The name of the program parameter.
Int32 cElems The number of elements in the program parameter.
FieldType type The field type of the program parameter.