DSArrayField class | QSYS API Reference Guide
Describes a Data Structure field that is an array.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Properties
Type | Name | Description |
---|---|---|
Int32 | ElementLength | Length of the individual array elements. |
ILayout | Layout | Gets the ILayout of the array elements. |
Int32 | Length | Length of the array. |
String | Name | Name of this array field. |
Int32 | Start | Gets the starting position of this array field in the Data Structure buffer. |
Type | Type | Gets the type of the array. |
Object | Value | Gets a copy of the array, or sets the array elements. |
Methods
Signature | Description |
---|---|
ClearField() | Sets all elements of the array to their default value. |
Clone() | Creates a copy of this IDSField object |
SetStartingPosition(Int32) | Sets the starting position of this field within the Data Structure buffer. |
void ClearField()
Sets all elements of the array to their default value.
void ClearField()
IDSField Clone()
Creates a copy of this IDSField object
IDSField Clone()
void SetStartingPosition(int start)
Sets the starting position of this field within the Data Structure buffer.
void SetStartingPosition(int start)
Parameters
Type | Parameter name | Description |
---|---|---|
Int32 | start | Starting position. |