Security¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_EnterSecurityCode” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_EnterSecurityCode(GSM_StateMachine *, GSM_SecurityCode *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GetSecurityStatus” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_GetSecurityStatus(GSM_StateMachine *, GSM_SecurityCodeType *)
- GSM_SecurityCodeType enum
Definition of security codes.
Values:
SEC_SecurityCode
= = 0x01
-Security code.
SEC_Pin
-PIN.
SEC_Pin2
-PIN 2.
SEC_Puk
-PUK.
SEC_Puk2
-PUK 2.
SEC_None
-Code not needed.
SEC_Phone
-Phone code needed.
SEC_Network
-Network code needed.
-
struct
GSM_SecurityCode
Security code definition.
Public Members
-
GSM_SecurityCodeType
Type
Type of the code.
-
char
Code
[GSM_SECURITY_CODE_LEN+1] Actual code.
-
char
NewPIN
[GSM_SECURITY_CODE_LEN+1] New PIN code.
Some phones require to set PIN on entering PUK, you can provide it here.
-
GSM_SecurityCodeType