#include "legato.h"
Go to the source code of this file.
Functions | |
void | le_updateCtrl_ConnectService (void) |
void | le_updateCtrl_DisconnectService (void) |
void | le_updateCtrl_Defer (void) |
void | le_updateCtrl_Allow (void) |
void | le_updateCtrl_LockProbation (void) |
void | le_updateCtrl_UnlockProbation (void) |
void | le_updateCtrl_MarkGood (void) |
void | le_updateCtrl_FailProbation (void) |
Legato Update Control API include file.
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
void le_updateCtrl_Allow | ( | void | ) |
Allow updates to go ahead.
void le_updateCtrl_ConnectService | ( | void | ) |
Connect the client to the service
void le_updateCtrl_Defer | ( | void | ) |
Prevent all updates (and roll-backs) until further notice.
void le_updateCtrl_DisconnectService | ( | void | ) |
Disconnect the client from the service
void le_updateCtrl_FailProbation | ( | void | ) |
Marks the system "bad" and triggers a roll-back to a "good" system.
void le_updateCtrl_LockProbation | ( | void | ) |
Prevent the probation period from ending.
void le_updateCtrl_MarkGood | ( | void | ) |
Marks the system "good", ending the probation period.
void le_updateCtrl_UnlockProbation | ( | void | ) |
Cancels a call to LockProbation(), allow the probation period to end.