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:

ConstantValueDescription
hbSIMMissing&H0000The radio is on but the SIM card is missing. You can only dial emergency calls.
hbSIMFailure&H0001An error occured while reading the SIM card.
hbSIMWrong&H0002An error occured while reading the SIM card.
hbSIMNotReady&H0003The SIM card is currently being read.
hbSIMReady&H0004The SIM card is ready. All telephony features are available.
hbSIMUnknown&H0005The radio is off.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 5.0Only available on smart phone devices.