Structure containing the OMA DM settings retrieved from the device
- Parameters
-
| pOMADMEnabled[OUT] |
- 4 byte parameter indicating OMADM service enabled
- 0x00000001 - Client-initiated device configuration
- 0x00000002 - Network-initiated device configuration
- 0x00000010 - Client-initiated FUMO
- 0x00000020 - Network-initiated FUMO
- function SLQSOMADMGetSettings2() returns a default value 0xFFFFFFFF in case this parameter is not returned by the modem.
|
| pFOTAdownload[OUT] |
- 1 Byte parameter indicating support for FOTA Automatic download
- 0x00 - Host permission required before downloading
- 0x01 - Automatically start downloading, no host permission required
- 0x02 - Automatically start downloading, while not roaming
- 0x03 - Automatically reject download
- 0x04 - Automatically reject download with “Enterprise Reject Policy”
- function SLQSOMADMGetSettings2() returns a default value 0xFF in case this parameter is not returned by the modem.
|
| pFOTAUpdate[OUT] |
- 1 byte parameter indicating FOTA Automatic update
- 0x00 - User permission required before updating firmware
- 0x01 - No user permission required before updating firmware
- 0x02 - User permission required, auto update on power up
- function SLQSOMADMGetSettings2() returns a default value 0xFF in case this parameter is not returned by the modem.
|
| pAutosdm[OUT] |
- 1 byte parameter indicating OMA Automatic UI Alert Response
- 0x00 - Disabled
- 0x01 - Enabled Accept
- 0x02 - Enabled Reject
- function SLQSOMADMGetSettings2() returns a default value 0xFF in case this parameter is not returned by the modem.
|
| pFwAutoCheck[OUT] |
- Optional 1 byte parameter indicating OMA Automatic Check for Firmware Update on Power-Up Response
- 0x00 - Disabled
- 0x01 - Enabled
- function SLQSOMADMGetSettings2() returns a default value 0xFF in case this parameter is not returned by the modem.
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values