GetContents¶
-
virtual std::vector<uint8_t> IUpdatable::GetContents() = 0¶
Gets the contents of the updatable.
- Returns
std::vector<uint8_t> – Vector containing updatable contents.
- Throws
CUnsupportedException
– Getting updatable contents not supported (see product specific documentation).CResourceBusyException
– Entity is already busy with a transfer.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.