ProgParm Constructors
Definition
Namespace: ASNA.DataGate.DataLink
Assembly: ASNA.QSys.DataGate.Client.dll
Initializes a new instance of the class with the specified parameter type and data direction.
Overloads
| Name | Description |
|---|---|
| ProgParm(ProgParmType, DataDirection) | Initializes a new instance of the class with the specified parameter type and data direction. |
| ProgParm(StructureType, DataDirection) | Initializes a new instance of the class with the specified structure type and data direction. |
ProgParm(ProgParmType, DataDirection)
Initializes a new instance of the class with the specified parameter type and data direction.
ProgParm(ProgParmType, DataDirection)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| ProgParmType | ppt | The type of the parameter. |
| DataDirection | dir | The direction of the data (input, output, or both). |
ProgParm(StructureType, DataDirection)
Initializes a new instance of the class with the specified structure type and data direction.
ProgParm(StructureType, DataDirection)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| StructureType | st | The structure type of the parameter. |
| DataDirection | dir | The direction of the data (input, output, or both). |