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

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

Inherits IStructFieldArray.

Public Member Functions

 FSUIPCStructFieldArray (int NumberOfItems)
 Create a new array of objects to be used in an FSUIPC struct. More...
 

Properties

FSUIPCStructField< T > this[int fieldNo] [get]
 Gets the field from the field array by index. More...
 

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

Constructor & Destructor 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