7 #include "Arp/System/Rsc/Services/RscServiceProxyBase.hxx" 8 #include "IDeviceSettingsService.hpp" 12 namespace Arp {
namespace Device {
namespace Interface {
namespace Services
27 void ReadValues(ReadValuesSettingsDelegate settingsDelegate, ReadValuesResultDelegate resultDelegate)
override;
29 void WriteValues(WriteValuesSettingItemsDelegate settingItemsDelegate, WriteValuesResultDelegate resultDelegate)
override;
Container for a (relative) setting identifier with its value.
Definition: DeviceSettingItem.hpp:31
Definition: DeviceSettingsServiceProxy.hpp:17
Container for a combination of an error code and a value which is a result for a read operation to a ...
Definition: DeviceSettingResult.hpp:29
Root namespace for the PLCnext API
virtual ~DeviceSettingsServiceProxy(void)
Destructs this instance and frees all resouces.
Definition: DeviceSettingsServiceProxy.hpp:38
AccessErrorCode
Enumeration for error codes returned from Device.Interface.Services.
Definition: AccessErrorCode.hpp:20