Top |
org.freedesktop.ModemManager1.Simorg.freedesktop.ModemManager1.Sim — The ModemManager SIM interface. |
SendPin (IN s pin); SendPuk (IN s puk, IN s pin); EnablePin (IN s pin, IN b enabled); ChangePin (IN s old_pin, IN s new_pin);
SimIdentifier readable s Imsi readable s OperatorIdentifier readable s OperatorName readable s
SendPin (IN s pin);
Send the PIN to unlock the SIM card.
|
A string containing the PIN code. |
SendPuk (IN s puk, IN s pin);
Send the PUK and a new PIN to unlock the SIM card.
|
A string containing the PUK code. |
|
A string containing the PIN code. |
EnablePin (IN s pin, IN b enabled);
Enable or disable the PIN checking.
|
A string containing the PIN code. |
|
|