PLCnext API Documentation 23.6.0.37
|
Contains information to marshall an array More...
#include <RscType.hpp>
Public Member Functions | |
RscArrayInformation (size_t size, RscType elementType, size_t dimensions=1, size_t fieldCount=0) | |
Public Attributes | |
size_t | Size = 0 |
Count of array elements | |
size_t | Dimensions = 1 |
Array Dimensions | |
RscType | ElementType = RscType::None |
Array element type | |
size_t | FieldCount = 0 |
Count of Fields of struct element type | |
Contains information to marshall an array