The DelayAfterPIN property gets or sets a value in milliseconds
(integer value) for
which mCore will wait for the modem to get ready to respond to commands after
sending the PIN (if the SIM is PIN protected). The value should be between 1 and
60000 (default value is 15000).
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
Increase this value if you face persistent network registration errors after sending PIN
If the SIM is protected by PIN, then PIN will be required to be provided before reading any property or executing any method that requires network registration (e.g. Network property, SignalStrength property, SMSC property, SendSMS method etc.)
Providing a value for the PIN property does not necessarily mean that it will be used by mCore™. The PIN is sent to the modem if and only if the modem is detected to be in SIM PIN mode (i.e. waiting for PIN mode).
| Visual Basic |
Public Class MyClass Dim strMsg As String
Catch ex As mCore.GeneralException |
| C# |
class MyClass SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
mCore.SMS.Network Property
mCore.SMS.DisableCheckPIN Property
mCore.SMS.PIN Property