The DisableCheckPIN property gets or sets a boolean value to define
if the PIN status (i.e. SIM lock status) is checked whenever mCore™ connects to
the serial port. Default value is False, which makes mCore™ check the PIN status
of the SIM and if found to be waiting for PIN then the SIM is unlocked using the
value set in the PIN property.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
DisableCheckPIN property should be set to True only if it is sure that the application will never be used with a PIN protected SIM.
Certain modems do not support checking of PIN status of the SIM and for such modems it is useful to set the DisableCheckPIN property as True.
| 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.PIN Property
mCore.SMS.DelayAfterPIN Property