This structure will hold the SwiOmaDmFota session parameters information.
- Parameters
-
state |
- 0x01 - No Firmware available
- 0x02 - Query Firmware Download
- 0x03 - Firmware Downloading
- 0x04 - Firmware downloaded
- 0x05 - Query Firmware Update
- 0x06 - Firmware updating
- 0x07 - Firmware updated
|
userInputReq | - Bit mask of available user inputs
- 0x00 - No user input required.Informational indication
- 0x01 - Accept
- 0x02 - Reject
|
userInputTimeout |
- Timeout for user input in minutes. A value of 0 means no time-out
|
fwdloadsize |
- The size (in bytes) of the firmware update package
|
fwloadComplete |
- The number of bytes downloaded. Need to determine how often to send this message for progress bar notification. Every 500ms or 5% increment.
|
updateCompleteStatus |
|
severity |
- 0x01 - Mandatory
- 0x02 - Optional
|
versionlength |
- Length of FW Version string in bytes
|
version |
- FW Version string in ASCII (Max 256 characters)
|
namelength |
- Length Package Name string in bytes
|
package_name |
- Package Name in UCS2 (Max 256 characters)
|
descriptionlength |
- Length of description in bytes
|
description |
- Description of Update Package in USC2 (Max 256 characters)
|
sessionType |
- 0x00 - Client initiated
- 0x01 - Network initiated
|