Represents a field in a struct that will be used to get data to and from an FSUIPC Offset.
More...
|
| FSUIPCStructField () |
| Create a new field for an FSUIPC structure.
|
|
| FSUIPCStructField (int ArrayOrStringLength) |
| Create a new field for an FSUIPC structure.
|
|
|
T | Value [get, set] |
| The data from the FSUIPC struct field, obtained from the last Process().
|
|
Represents a field in a struct that will be used to get data to and from an FSUIPC Offset.
- Template Parameters
-
T | The .NET datatype for this field. |
◆ FSUIPCStructField()
FSUIPCStructField |
( |
int | ArrayOrStringLength | ) |
|
|
inline |
Create a new field for an FSUIPC structure.
- Parameters
-
ArrayOrStringLength | The number of bytes to read. Used to define the length of types: String, BitArray, FsBitArray and array of bytes. Use a negative length for strings without 0 terminators. |
◆ Value
The data from the FSUIPC struct field, obtained from the last Process().
To write a value to the FSUIPC Offset, assign the new value to this property. It will be written to FSUIPC during the next Process().