swu_client_configuration_enable_local_updates()

Enable local software updates for the UpdateClient

Synopsis:

#include <swu/ClientConfiguration.h>
 
swu_result_t swu_client_configuration_enable_local_updates( 
                                                      void )

Library:

libswu-core

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

Description:

Enable local software updates for the UpdateClient. Local software updates are updates whose information is read off USB or flash devices. Note that the flag set by this function doesn't affect how the library operates. Instead, the flag is intended to let library users inform other processes or modules of the state of local updates.

Returns:

One of the following swu_result_t values:

SWU_RESULT_SUCCESS
The operation succeeded.
SWU_RESULT_NOT_INITIALIZED
The library hasn't been initialized yet.
SWU_RESULT_ERROR
Another error occurred.