PLCnext API Documentation
22.9.0.33
|
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 More... | |
size_t | Dimensions = 1 |
Array Dimensions More... | |
RscType | ElementType = RscType::None |
Array element type More... | |
size_t | FieldCount = 0 |
Count of Fields of struct element type More... | |
Contains information to marshall an array
size_t Arp::System::Rsc::Services::RscArrayInformation::Dimensions = 1 |
Array Dimensions
RscType Arp::System::Rsc::Services::RscArrayInformation::ElementType = RscType::None |
Array element type
size_t Arp::System::Rsc::Services::RscArrayInformation::FieldCount = 0 |
Count of Fields of struct element type
size_t Arp::System::Rsc::Services::RscArrayInformation::Size = 0 |
Count of array elements