Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
unpack_uim_SLQSUIMGetFileAttibutes_Ind_t Struct Reference

#include <uim.h>

Data Fields

uint32_t indication_token
 
uim_cardResult cardResult
 
uim_fileAttributes fileAttributes
 
uint32_t file_status
 
swi_uint256_t ParamPresenceMask
 

Detailed Description

This structure hold parameters about UIM refresh event indication.

Parameters
indication_token
  • Token of the Original Request
  • Indicates the token of the original request.
cardResult(optional)
  • See uim_cardResult for more information.
  • Bit to check in ParamPresenceMask - 10
fileAttributes(optional)
  • See uim_fileInfo for more information.
  • Bit to check in ParamPresenceMask - 0x11
file_status(optional)
  • File Status.
  • Indicates the status of the file. Valid
    • Values:
      • UIM_FILE_STATUS_DEACTIVATED(0x00) - File is deactivated.
      • UIM_FILE_STATUS_ACTIVATED(0x01) – File is activated.
      • Other values are reserved for future use and are to be ignored by the client.
  • Bit to check in ParamPresenceMask - 0x12
ParamPresenceMask
  • bitmask representation to indicate valid parameters.

The documentation for this struct was generated from the following file: