FSUIPC Client DLL
.NET interface for FSUIPC
|
Represents an array in an FSUIPC struct to be used to get data to and from an offset. More...
Public Member Functions | |
FSUIPCStructFieldArray (int NumberOfItems) | |
Create a new array of objects to be used in an FSUIPC struct. | |
Properties | |
FSUIPCStructField< T > | this[int fieldNo] [get] |
Gets the field from the field array by index. | |
Represents an array in an FSUIPC struct to be used to get data to and from an offset.
T | The type of objects in the array |
|
inline |
Create a new array of objects to be used in an FSUIPC struct.
NumberOfItems | The number of items in the array. |
|
get |
Gets the field from the field array by index.
fieldNo | The index number of the field required. |