7 #include "Arp/System/Rsc/Services/RscServiceProxyBase.hxx"     8 #include "IDataAccessService.hpp"    12 namespace Arp { 
namespace Plc { 
namespace Gds { 
namespace Services
    27     void            Read(ReadPortNamesDelegate portNamesDelegate, ReadResultDelegate resultDelegate)
override;
    29     void            Write(WriteDataDelegate dataDelegate, WriteResultDelegate resultDelegate)
override;
 Stores the data to be read, written by the controller and a possible data access error. 
Definition: ReadItem.hpp:26
 
Definition: DataAccessServiceProxy.hpp:17
 
DataAccessError
This enumeration contains the possible data access errors. 
Definition: DataAccessError.hpp:20
 
Root namespace for the PLCnext API
 
virtual ~DataAccessServiceProxy(void)
Destructs this instance and frees all resouces.
Definition: DataAccessServiceProxy.hpp:38
 
Stores the to be written data and the related variable name to be write to. 
Definition: WriteItem.hpp:26