Gammu internals  1.38.0
GSM_SecurityCode Struct Reference

#include <gammu-security.h>

Data Fields

GSM_SecurityCodeType Type
 
char Code [GSM_SECURITY_CODE_LEN+1]
 
char NewPIN [GSM_SECURITY_CODE_LEN+1]
 

Detailed Description

Security code definition.

Definition at line 68 of file gammu-security.h.

Field Documentation

§ Code

char GSM_SecurityCode::Code[GSM_SECURITY_CODE_LEN+1]

Actual code.

Definition at line 76 of file gammu-security.h.

Referenced by DUMMY_EnterSecurityCode().

§ NewPIN

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.

§ Type

GSM_SecurityCodeType GSM_SecurityCode::Type

Type of the code.

Definition at line 72 of file gammu-security.h.

Referenced by DUMMY_EnterSecurityCode().


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