Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
unpack_uim_SLQSUIMGetFileAttributes_t Struct Reference

#include <uim.h>

Data Fields

uim_cardResultpCardResult
 
uim_fileAttributespFileAttributes
 
uint32_t * pIndicationToken
 
uint32_t * pFileStatus
 
swi_uint256_t ParamPresenceMask
 

Detailed Description

This structure contains information of the response parameters associated with a Get File Attributes

Parameters
pCardResult(optional)
  • See uim_cardResult for more information.
  • Bit to check in ParamPresenceMask - 16
pFileAttributes(optional)
pIndicationToken(optional)
  • Response in Indication.
  • When this TLV is present, it indicates that the result must be provided in a subsequent indication.
  • Bit to check in ParamPresenceMask - 18
pFileStatus
  • 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.
ParamPresenceMask
  • bitmask representation to indicate valid parameters.

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