8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/JRsc/Commons/JRsc.hpp"
10#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
11#include "Arp/Base/Rsc/Commons/RscVariant.hxx"
12#include "Arp/Device/Interface/Services/AccessErrorCode.hpp"
16namespace Arp {
namespace Device {
namespace Interface {
namespace Services
20using namespace Arp::Base::Rsc::Commons;
21using namespace Arp::Base::Rsc::Commons::Services;
56 void Serialize(JRscWriter& writer)
const;
57 void Deserialize(JRscReader& reader);
58 static size_t GetFieldCount(
void);
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
Container for a combination of an error code and a value which is a result for a read operation to a ...
Definition: DeviceSettingResult.hpp:32
RscVariant< 512 > Value
The value for the requested setting which can be RscType::Void and otherwise is of the simple type th...
Definition: DeviceSettingResult.hpp:51
DeviceSettingResult(void)
Constructs an DeviceSettingResult instance.
Namespace for the JSON RSC extension
AccessErrorCode
Enumeration for error codes returned from Device.Interface.Services.
Definition: AccessErrorCode.hpp:19
ErrorCode
Possible error codes for data-logger rsc services.
Definition: ErrorCode.hpp:19
Root namespace for the PLCnext API