Gammu internals
1.38.0
|
#include <gammu-security.h>
Data Fields | |
GSM_SecurityCodeType | Type |
char | Code [GSM_SECURITY_CODE_LEN+1] |
char | NewPIN [GSM_SECURITY_CODE_LEN+1] |
Security code definition.
Definition at line 68 of file gammu-security.h.
char GSM_SecurityCode::Code[GSM_SECURITY_CODE_LEN+1] |
Actual code.
Definition at line 76 of file gammu-security.h.
Referenced by DUMMY_EnterSecurityCode().
char GSM_SecurityCode::NewPIN[GSM_SECURITY_CODE_LEN+1] |
New PIN code.
Some phones require to set PIN on entering PUK, you can provide it here.
Definition at line 83 of file gammu-security.h.
GSM_SecurityCodeType GSM_SecurityCode::Type |
Type of the code.
Definition at line 72 of file gammu-security.h.
Referenced by DUMMY_EnterSecurityCode().