#include "legato.h"
Go to the source code of this file.
Functions | |
void | le_fwupdate_ConnectService (void) |
void | le_fwupdate_DisconnectService (void) |
le_result_t | le_fwupdate_Download (int fd) |
Legato Modem Firmware Update include file.
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
void le_fwupdate_ConnectService | ( | void | ) |
Connect the client to the service
void le_fwupdate_DisconnectService | ( | void | ) |
Disconnect the client from the service
le_result_t le_fwupdate_Download | ( | int | fd | ) |
Download the firmware image file.
[in] | fd | File descriptor of the image, opened to the start of the image. |