|
LinuxQMISDK
SLQS03.03.04
|
SWI Open Mobile Alliance Device Management Service API function prototypes. More...
Go to the source code of this file.
Data Structures | |
| struct | _SLQSOMADMSessionInfo |
| struct | _SLQSOMADMSettingsReqParams |
| struct | _SLQSOMADMSettings |
Typedefs | |
| typedef struct _SLQSOMADMSessionInfo | SLQSOMADMSessionInfo |
| typedef struct _SLQSOMADMSettingsReqParams | SLQSOMADMSettingsReqParams |
| typedef struct _SLQSOMADMSettings | SLQSOMADMSettings |
Functions | |
| ULONG | SLQSOMADMStartSession (ULONG sessionType) |
| ULONG | SLQSOMADMCancelSession (ULONG session) |
| ULONG | SLQSOMADMGetSessionInfo (ULONG *pSessionType, SLQSOMADMSessionInfo *pResp) |
| ULONG | SLQSOMADMSendSelection (ULONG selection) |
| ULONG | SLQSOMADMGetSettings (ULONG *pbOMADMEnabled, ULONG *pbFOTAdownload, ULONG *pbFOTAUpdate) |
| ULONG | SLQSOMADMSetSettings (ULONG bFOTAdownload, ULONG bFOTAUpdate) |
| ULONG | SLQSOMADMSetSettings2 (SLQSOMADMSettingsReqParams *pSLQSOMADMSettingsReqParams) |
| ULONG | SLQSOMADMGetSettings2 (SLQSOMADMSettings *pSLQSOMADMSettings) |
SWI Open Mobile Alliance Device Management Service API function prototypes.
Copyright: © 2011-2013 Sierra Wireless, Inc. all rights reserved
| typedef struct _SLQSOMADMSessionInfo SLQSOMADMSessionInfo |
Structure containing the OMA DM Session Info returned by the device. Also used as input parameter to specify the size of variable parameters. (ref. notes)
| pStatus |
|
| pUpdateCompleteStatus |
|
| pSeverity |
|
| pSourceLength |
|
| pSource |
|
| pPkgNameLength |
|
| pPkgName |
|
| pPkgDescLength |
|
| pPkgDescription |
|
| pDateLength |
|
| pDate |
|
| pTimeLength |
|
| pTime |
|
| typedef struct _SLQSOMADMSettings SLQSOMADMSettings |
Structure containing the OMA DM settings retrieved from the device
| pOMADMEnabled[OUT] |
|
| pFOTAdownload[OUT] |
|
| pFOTAUpdate[OUT] |
|
| pAutosdm[OUT] |
|
| typedef struct _SLQSOMADMSettingsReqParams SLQSOMADMSettingsReqParams |
Structure containing the OMA DM settings to be set on the device
| FOTAdownload |
|
| FOTAUpdate |
|
| pAutosdm[IN] |
|
Cancels an ongoing OMA-DM session.
| session[IN] |
|
| ULONG SLQSOMADMGetSessionInfo | ( | ULONG * | pSessionType, |
| SLQSOMADMSessionInfo * | pResp | ||
| ) |
Returns information related to the current (or previous if no session is active) OMA-DM session.
| SessionType[IN] |
|
| pResp[IN/OUT] |
|
Returns the OMA-DM settings.
| pbOMADMEnabled[OUT] |
|
| pbFOTAdownload[OUT] |
|
| pbFOTAUpdate[OUT] |
|
| ULONG SLQSOMADMGetSettings2 | ( | SLQSOMADMSettings * | pSLQSOMADMSettings | ) |
Retrieves the OMA-DM settings from the device.
| SLQSOMADMSettingsReqParams |
|
Sends the specified OMA-DM selection for the current network initiated session.
| selection[IN] |
|
Sets the OMA-DM settings requested.
| bFOTAdownload[IN] |
|
| bFOTAUpdate[IN] |
|
| ULONG SLQSOMADMSetSettings2 | ( | SLQSOMADMSettingsReqParams * | pSLQSOMADMSettingsReqParams | ) |
Sets the settings related to OMADM. These settings are saved on the modem across power cycles.
| pSLQSOMADMSettingsReqParams[IN] |
|
Starts an OMA-DM session.
| sessionType[IN] |
|