SHIPHarbour:DataTypes:FirmwareVersion

From Serious Documentation
Jump to: navigation, search

Description

Used as part of the Firmware type to describe the version of a firmware.

Message Fields

major

Typically used to represent compatibility breaking changes to the firmware.

minor

Typically used to represent internal API breaking changes to the firmware.

build

Typically used to represent a compatible new feature implementation in the firmware.

release

Represents the release status of the firmware, false indicates a "release candidate" instead of a fully supported release.

patch

Typically used to represent a compatible bug fix to the firmware.