SyscOutputIntegerData Struct Reference
Last update: 17.07.2025Provide a struct for output integer data. More...
#include <syscOutputIntegerData.h>
Data Fields | |
| enum SyscPrimitiveType | primitiveType |
| const void * | data |
| size_t | size |
Detailed Description
Provide a struct for output integer data.
Output integer data provides read-only access to an array of integer data.
To create and/or initialize SyscOutputIntegerData, it is highly recommended to use one of the functions with names starting with syscGetOutputIntegerData. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:
Definition at line 37 of file syscOutputIntegerData.h.
Field Documentation
◆ data
| const void* SyscOutputIntegerData::data |
Pointer to the data array.
Definition at line 39 of file syscOutputIntegerData.h.
◆ primitiveType
| enum SyscPrimitiveType SyscOutputIntegerData::primitiveType |
Primitive type.
Definition at line 38 of file syscOutputIntegerData.h.
◆ size
| size_t SyscOutputIntegerData::size |
Array size.
Definition at line 40 of file syscOutputIntegerData.h.