StructureType class | QSYS API Reference Guide

Represents a structured type in a DataLink connection, which can contain multiple other types.

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
StructureType(String, Int32, Object[]) Initializes a new instance of the class with the specified name, number of elements, and members.

StructureType(String, Int32, Object[])

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

StructureType(String, Int32, Object[])

Parameters

Type Parameter name Description
String name The name of the structure.
Int32 cElems The number of elements in the structure.
Object[] members The members of the structure.