UpdateTarget

Description

The UpdateTarget object represents a system component which can be updated using an update bundle.

› Inherits:

Object

Overview

Properties

Methods

Signals

Properties

bundlePrefix

This property holds the prefix for valid update bundles. All files with different prefixes will not be installed to this target.

› Type:

String

› Signal:

bundlePrefixChanged()

› Attributes:

Writable

bundleSuffix

This property holds the suffix for valid update bundles. All files with different suffixes will not be installed to this target.

› Type:

String

› Default:

.raucb

› Signal:

bundleSuffixChanged()

› Attributes:

Writable

currentVersion

This property holds the currently installed version of the component.

› Type:

String

› Signal:

currentVersionChanged()

› Attributes:

Writable

Example

See UpdateManager example on how to use UpdateTarget.