FSUIPC Client DLL
.NET interface for FSUIPC
FSUIPCStructFieldArray< T > Class Template Referencesealed

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.
 

Detailed Description

Represents an array in an FSUIPC struct to be used to get data to and from an offset.

Template Parameters
TThe type of objects in the array

Member Function Documentation

◆ FSUIPCStructFieldArray()

FSUIPCStructFieldArray ( int NumberOfItems)
inline

Create a new array of objects to be used in an FSUIPC struct.

Parameters
NumberOfItemsThe number of items in the array.

Property Documentation

◆ this[int fieldNo]

FSUIPCStructField<T> this[int fieldNo]
get

Gets the field from the field array by index.

Parameters
fieldNoThe index number of the field required.
Returns