SHIPHarbour:DataTypes:UpdateMethod

From Serious Documentation
Revision as of 18:32, 31 July 2017 by NickWeaver (talk | contribs)
Jump to: navigation, search

Description

Used by Update requests to specify how the module is allowed to apply the update.

UNSET_UPDATEMETHOD

Must not be used, indicates the field was not set properly.

INVALID_UPDATEMETHOD

May be used internally to indicate an error when encountering an unexpected value.

ANY

Indicates any update methodology can be used by the module.

SILENT_REBOOT

Indicates the module must wait until the next reboot before applying the update.

VERBOSE_ATOMIC

Indicates the module must receive the entire file before applying the update.

VERBOSE_STREAM

Indicates the module can begin applying the update while still receiving the file.