http://www.wavecom.com/forum

Open AT ®  Release version:
4.10

Sample - Download Library

Changes

Library Description

This Download sample ADL Library allows applications to download or upload applications and data buffers via V24 or GSM Data flow, using the 1K XMODEM protocol.

The library has to be subscribed, with an event callback, before starting any download or upload process. In order to set up a download or upload session, the application must follow the steps bellow :

Library API

All constants and APIs are defined by the download.h header file, which must be included by any application to allows it to use the Download Library.

The library will need the global variable bellow on link operation, to define the trace level on which will be displayed the download traces :

The download APIs are defined bellow :

  dwl_Subscribe
 This API has to be used to subscribe to the Download Library.   dwl_Callback_f
 This type is used to define down/upload callbacks.   dwl_Unsubscribe
 This API has to be used to unsubscribe from the Download Library.   dwl_Download
 This API can be used to start a Download session.   dwl_Upload
 This API can be used to start an Upload session.   dwl_IsAnAppliDownloaded
 This API returns TRUE if an application is downloaded in the request A&D cell.   dwl_ChangePassword
 This API allows to change the password for download and upload sessions.

Updated: Tue Sep 19 17:04:13 CEST 2006;