le_fwupdate_interface.h File Reference
#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)
 

Detailed Description

Legato Modem Firmware Update include file.

Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.

Function Documentation

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.

Returns
  • LE_OK on success
  • LE_BAD_PARAMETER if an input parameter is not valid
  • LE_FAULT on failure
Note
The process exits, if an invalid file descriptor (e.g. negative) is given.
Parameters
[in]fdFile descriptor of the image, opened to the start of the image.