| 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 EmergencyNumbers readable as
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. | 
| 
 | 
 | 
SimIdentifier readable s
The ICCID of the SIM card.
This may be available before the PIN has been entered depending on the device itself.
OperatorName readable s
The name of the network operator, as given by the SIM card, if known.