Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
UIMGetFileAttributesResp Struct Reference

#include <qaGobiApiUim.h>

Data Fields

cardResultpCardResult
 
fileAttributespFileAttributes
 
ULONG * pIndicationToken
 
ULONG * pFileStatus
 

Detailed Description

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

Parameters
pCardResult(optional)
pFileAttributes(optional)
pIndicationToken(optional)
  • Response in Indication.
  • When this TLV is present, it indicates that the result must be provided in a subsequent indication.
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.
Note
Using NULL for the pointers would make sure that the parameter is not returned.

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