PLCnext API Documentation 25.0.2.69
SessionProperty.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
10#include "Arp/Base/Rsc/Commons/RscVariant.hxx"
11#include "Arp/Services/DataLogger/Services/SessionPropertyName.hpp"
12
13// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
14
16{
17
18using namespace Arp;
19using namespace Arp::Base::Rsc::Commons;
20using namespace Arp::Base::Rsc::Commons::Services;
21
25class ARP_EXPORT SessionProperty : public RscSerializable
26{
27public: // construction/destruction
30
31public: // Properties
34
38
39public: // Rsc operations
40 void Serialize(RscWriter& writer)const;
41 void Deserialize(RscReader& reader);
42 static size_t GetFieldCount(void);
43};
44
45} // end of namespace Arp::Services::DataLogger::Services
Any custom struct type which is intended to be marshalled in a Rsc serialization context,...
Definition: RscSerializable.hpp:35
Reads marshaled data of RSC services.
Definition: RscReader.hpp:34
Writes marshalled data of RSC services.
Definition: RscWriter.hpp:34
Association between a name and a value for a session configuration
Definition: SessionProperty.hpp:26
RscVariant< 512 > Value
Current value of attribute
Definition: SessionProperty.hpp:37
SessionProperty(void)
Constructs an SessionProperty instance.
Namespace for services of the DataLogger
SessionPropertyName
All available names of properties that can be set on a session
Definition: SessionPropertyName.hpp:19
Root namespace for the PLCnext API