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/RscString.hxx"
12#include "Arp/Services/AppManager/Services/AdditionalAppInfoType.hpp"
16namespace Arp::Services::AppManager::Services
20using namespace Arp::Base::Rsc::Commons;
21using namespace Arp::Base::Rsc::Commons::Services;
51 AdditionalAppInfoType Type =
static_cast<AdditionalAppInfoType
>(0);
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
This structure describes additional information in Arp.Services.AppManager.Services....
Definition: AdditionalAppInfo.hpp:27
RscString< 256 > Key
Key to identify an instance of this struct
Definition: AdditionalAppInfo.hpp:36
RscString< 256 > Value
Contains text information for this item
Definition: AdditionalAppInfo.hpp:41
RscString< 512 > Url
URL associated with this item
Definition: AdditionalAppInfo.hpp:46
AdditionalAppInfo(void)
Constructs an AdditionalAppInfo instance.
Namespace for the JSON RSC extension
Root namespace for the PLCnext API