swu_target_id_t

Unique ID of an UpdateTarget

Synopsis:

#include <swu/Common.h>

typedef uint32_t swu_target_id_t;

Library:

libswu-core

Use the -l swu-core option with qcc to link against the SWU library. This library is usually included automatically.

Description:

The swu_target_id_t data type stores the unique ID of an UpdateTarget. This ID is unique among all UpdateTarget objects registered with a given UpdateClient.

Note: The UpdateTarget ID isn't unique across power cycles.