7 #include "Arp/System/Rsc/Services/RscServiceProxyBase.hxx" 8 #include "IFileService.hpp" 12 namespace Arp {
namespace System {
namespace Commons {
namespace Services {
namespace Io
21 FileServiceProxy(RscHandle providerHandle, RscHandle serviceHandle, RscClient& rscClient);
Definition: FileServiceProxy.hpp:17
Specifies write access to the file. Data can be written to the file and the file pointer can be moved...
Traits
This enum is used by several file services to specify the file traits to get or set, respectively.
Definition: Traits.hpp:20
FileSystemError
This enum is used by several file operations.
Definition: FileSystemError.hpp:20
Specifies read access to the file. Data can be read from the file and the file pointer can be moved...
virtual ~FileServiceProxy(void)
Destructs this instance and frees all resouces.
Definition: FileServiceProxy.hpp:40
Enables Rsc services to marshal large data packets as stream.
Definition: RscStream.hpp:17
Root namespace for the PLCnext API
System components used by the System, Device, Plc or Io domains.