|
LinuxSDK
V1.4.0.5
|
#include <SwiApiGsmSim.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| enum SWI_TYPE_SIM_Password | eType |
| swi_char | szOldPassword [LENGTH_MaxCHV] |
| swi_char | szNewPassword [LENGTH_MaxCHV] |
This structure contains information used to change SIM passwords.
| enum SWI_TYPE_SIM_Password SWI_STRUCT_SIM_Password::eType |
Password type.
| swi_uint32 SWI_STRUCT_SIM_Password::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.
| swi_char SWI_STRUCT_SIM_Password::szNewPassword[LENGTH_MaxCHV] |
NULL terminated new password.
| swi_char SWI_STRUCT_SIM_Password::szOldPassword[LENGTH_MaxCHV] |
NULL terminated old password.