Home > Language Reference > Classes > Telephony
SIMStatus Property
SIM card status.
Syntax
Public Property Get SIMStatus() As HbSIMStatus
Remarks
The SIMStatus property indicates the status of the SIM card. It can return one of the following values:
| Constant | Value | Description |
| hbSIMMissing | &H0000 | The radio is on but the SIM card is missing. You can only dial emergency calls. |
| hbSIMFailure | &H0001 | An error occured while reading the SIM card. |
| hbSIMWrong | &H0002 | An error occured while reading the SIM card. |
| hbSIMNotReady | &H0003 | The SIM card is currently being read. |
| hbSIMReady | &H0004 | The SIM card is ready. All telephony features are available. |
| hbSIMUnknown | &H0005 | The radio is off. |
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 5.0 | Only available on smart phone devices. |