PLCnext API Documentation  22.9.0.33
Public Member Functions | Public Attributes | List of all members
Arp::System::Rsc::Services::RscArrayInformation Struct Reference

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...
 

Detailed Description

Contains information to marshall an array

Member Data Documentation

◆ Dimensions

size_t Arp::System::Rsc::Services::RscArrayInformation::Dimensions = 1

Array Dimensions

◆ ElementType

RscType Arp::System::Rsc::Services::RscArrayInformation::ElementType = RscType::None

Array element type

◆ FieldCount

size_t Arp::System::Rsc::Services::RscArrayInformation::FieldCount = 0

Count of Fields of struct element type

◆ Size

size_t Arp::System::Rsc::Services::RscArrayInformation::Size = 0

Count of array elements


The documentation for this struct was generated from the following file: