8 #include "Arp/System/Rsc/Services/RscServiceProxyBase.hxx"
9 #include "Arp/Plc/Gds/Services/IDataAccessService.hpp"
13 namespace Arp {
namespace Plc {
namespace Gds {
namespace Services
27 void Read(ReadPortNamesDelegate portNamesDelegate, ReadResultDelegate resultDelegate)
override;
29 void Write(WriteDataDelegate dataDelegate, WriteResultDelegate resultDelegate)
override;
Proxy class of service IDataAccessService
Definition: DataAccessServiceProxy.hpp:20
DataAccessServiceProxy(RscHandle providerHandle, RscHandle serviceHandle, RscClient &rscClient)
Constructs an instance of type DataAccessServiceProxy
Stores the data to be read, written by the controller and a possible data access error.
Definition: ReadItem.hpp:27
Stores the to be written data and the related variable name to be write to.
Definition: WriteItem.hpp:27
DataAccessError
This enumeration contains the possible data access errors.
Definition: DataAccessError.hpp:19
Root namespace for the PLCnext API