PLCnext API Documentation 26.0.1.58
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Arp::Plc::Meta::Services::CustomAttribute Class Reference

Container for individual Arp.Plc.Meta.Services.CustomAttribute attributes. The respective values for the attributes are stored within a RSC Variant datatype. More...

#include <CustomAttribute.hpp>

Inheritance diagram for Arp::Plc::Meta::Services::CustomAttribute:
Inheritance graph

Public Member Functions

 CustomAttribute (const RscString< 256 > &name, const RscVariant< 256 > &value)
 Constructs an CustomAttribute instance.
 
void Serialize (RscWriter &writer) const
 
void Deserialize (RscReader &reader)
 
void Serialize (JRscWriter &writer) const
 Serializes the datatype. All fields of the datatype have to be serialized in use of JRscWriter. More...
 
void Deserialize (JRscReader &reader)
 Deserializes the datatype. All fields of the datatype have to be deserialized in use of JRscReader. More...
 
- Public Member Functions inherited from Arp::Base::Rsc::Commons::RscSerializable
 RscSerializable (void)=default
 The default constructor.
 

Static Public Member Functions

static size_t GetFieldCount (void)
 

Public Attributes

RscString< 256 > Name
 Attribute name.
 
RscVariant< 256 > Value
 Attribute value.
 

Detailed Description

Container for individual Arp.Plc.Meta.Services.CustomAttribute attributes. The respective values for the attributes are stored within a RSC Variant datatype.

Member Function Documentation

◆ Deserialize()

void Arp::Plc::Meta::Services::CustomAttribute::Deserialize ( JRscReader &  reader)

Deserializes the datatype. All fields of the datatype have to be deserialized in use of JRscReader.

Parameters
readerReference to RscReader.

◆ Serialize()

void Arp::Plc::Meta::Services::CustomAttribute::Serialize ( JRscWriter &  writer) const

Serializes the datatype. All fields of the datatype have to be serialized in use of JRscWriter.

Parameters
writerReference to RscWriter

The documentation for this class was generated from the following files: