SaveContentsToFile¶
-
virtual void IUpdatable::SaveContentsToFile(const std::string &filename) = 0¶
Gets the contents of the updatable and saves it in the specified file.
- Parameters
filename – Name of file in which updatable contents is stored.
- Throws
CUnsupportedException
– Getting updatable contents not supported (see product specific documentation).CResourceBusyException
– Entity is already busy with a transfer.CAccessDeniedException
– Unable to open file for writing.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.