|
libpack
SLQS03.03.10
|
Go to the source code of this file.
Macros | |
| #define | UIM_UINT8_MAX_STRING_SZ 255 |
| #define | UIM_MAX_DESCRIPTION_LENGTH 255 |
| #define | UIM_MAX_NO_OF_SLOTS 5 |
| #define | UIM_MAX_NO_OF_APPLICATIONS 10 |
| #define | MAX_NO_OF_SLOTS 5 |
| #define | MAX_NO_OF_APPLICATIONS 10 |
| #define | MAX_DESCRIPTION_LENGTH 255 |
| #define | MAX_SLOTS_STATUS 255 |
| #define | MAX_ICCID_LENGTH 255 |
| #define MAX_DESCRIPTION_LENGTH 255 |
| #define MAX_ICCID_LENGTH 255 |
| #define MAX_NO_OF_APPLICATIONS 10 |
| #define MAX_NO_OF_SLOTS 5 |
| #define MAX_SLOTS_STATUS 255 |
| #define UIM_MAX_DESCRIPTION_LENGTH 255 |
| #define UIM_MAX_NO_OF_APPLICATIONS 10 |
| #define UIM_MAX_NO_OF_SLOTS 5 |
| #define UIM_UINT8_MAX_STRING_SZ 255 |
| int pack_uim_ChangePin | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_uim_ChangePin_t * | reqArg | ||
| ) |
Change Pin pack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| [in] | reqArg | request parameter |
| int pack_uim_GetCardStatus | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| void * | reqArg | ||
| ) |
Get Card Status pack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| [in] | reqArg | request parameter |
| int pack_uim_ReadTransparent | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_uim_ReadTransparent_t * | reqArg | ||
| ) |
SLQS ReadTransparent pack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| [in] | reqArg | request parameter |
| int pack_uim_SetPinProtection | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_uim_SetPinProtection_t * | reqArg | ||
| ) |
Set Pin Protection pack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| [in] | reqArg | request parameter |
| int pack_uim_SLQSUIMEventRegister | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_uim_SLQSUIMEventRegister_t * | reqArg | ||
| ) |
UIM Status Change callback enable pack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| [in] | reqArg | request parameter |
| int pack_uim_SLQSUIMGetSlotsStatus | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
| [in,out] | pCtx | qmi request context |
| [out] | pReq | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_uim_SLQSUIMSwitchSlot | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_uim_SLQSUIMSwitchSlot_t * | reqArg | ||
| ) |
switch slot pack
| [in,out] | pCtx | qmi request context |
| [out] | pReq | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_uim_UnblockPin | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_uim_UnblockPin_t * | reqArg | ||
| ) |
Unblock Pin pack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| [in] | reqArg | request parameter |
| int pack_uim_VerifyPin | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_uim_VerifyPin_t * | reqArg | ||
| ) |
Verify Pin Status pack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| [in] | reqArg | request parameter |
| int unpack_uim_ChangePin | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_uim_ChangePin_t * | pOutput | ||
| ) |
Change Pin unpack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_uim_GetCardStatus | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_uim_GetCardStatus_t * | pOutput | ||
| ) |
Get Card Status unpack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_uim_ReadTransparent | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_uim_ReadTransparent_t * | pOutput | ||
| ) |
SLQS ReadTransparent unpack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_uim_SetPinProtection | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_uim_SetPinProtection_t * | pOutput | ||
| ) |
Set Pin Protection unpack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_uim_SetUimSlotStatusChangeCallback_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_uim_SetUimSlotStatusChangeCallback_ind_t * | pOutput | ||
| ) |
UIM Slot Status Change indication unpack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_uim_SLQSUIMEventRegister | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_uim_SLQSUIMEventRegister_t * | pOutput | ||
| ) |
UIM Status Change callback enable unpack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_uim_SLQSUIMGetSlotsStatus | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_uim_SLQSUIMGetSlotsStatus_t * | pOutput | ||
| ) |
get slot status unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_uim_SLQSUIMSetStatusChangeCallBack_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_uim_SLQSUIMSetStatusChangeCallBack_ind_t * | pOutput | ||
| ) |
UIM Status Change indication unpack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_uim_SLQSUIMSwitchSlot | ( | uint8_t * | pResp, |
| uint16_t | respLen | ||
| ) |
switch slot unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| int unpack_uim_UnblockPin | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_uim_UnblockPin_t * | pOutput | ||
| ) |
Unblock Pin unpack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_uim_VerifyPin | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_uim_VerifyPin_t * | pOutput | ||
| ) |
Verify Pin unpack
| [in] | pResp | qmi response |
| [in] | pespLen | qmi response length |
| [out] | pOutput | unpacked response |