PLCnext API Documentation
22.9.0.33
|
Namespace for services of the Retain component More...
Classes | |
class | IRetainManagerService |
Use this service for the retain backup handling. More... | |
class | RetainManagerServiceProxy |
Proxy class of service IRetainManagerService More... | |
class | RetainManagerServiceProxyFactory |
Proxy factory class of service IRetainManagerService More... | |
class | BackupResult |
Contains the name and error code of the backup. More... | |
Enumerations | |
enum class | BackupError : uint8 { None = 0 , UnableToWriteFile = 1 , UnableToReadFile = 2 , NoRetainData = 3 , CrcFileMismatch = 4 , NoSuchFile = 5 , LayoutMismatch = 6 , InvalidVersion = 7 , InvalidFile = 8 , Unspecified = 255 } |
Possible error codes for retain rsc services. More... | |
Functions | |
ARP_CXX_SYMBOL_EXPORT std::ostream & | operator<< (std::ostream &os, BackupError value) |
ARP_CXX_SYMBOL_EXPORT std::istream & | operator>> (std::istream &is, BackupError &value) |
Namespace for services of the Retain component
|
strong |
Possible error codes for retain rsc services.