8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace Commons {
namespace Io
41ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
FileAccess value);
42ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
FileAccess& value);
@ System
System components used by the System, Device, Plc or Io domains.
FileAccess
Contains constants for specifying the access you want for a file. You can have Read,...
Definition: FileAccess.hpp:18
@ Write
Specifies write access to the file. Data can be written to the file and the file pointer can be moved...
@ ReadWrite
Specifies read and write access to the file. Data can be written to the file and the file pointer can...
@ Read
Specifies read access to the file. Data can be read from the file and the file pointer can be moved....
Root namespace for the PLCnext API