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>
|
|
| 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...
|
| |
|
| RscSerializable (void)=default |
| | The default constructor.
|
| |
|
|
static size_t | GetFieldCount (void) |
| |
Container for individual Arp.Plc.Meta.Services.CustomAttribute attributes. The respective values for the attributes are stored within a RSC Variant datatype.
◆ 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
-
| reader | Reference 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
-
| writer | Reference to RscWriter |
The documentation for this class was generated from the following files: