The IMSI property gets the unique IMSI (International Mobile Subscriber
Identity) code for the SIM used in the GSM Modem or Phone as a
string. Returns blank string if the modem does not support reading of IMSI
information.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Visual Basic |
| Public Class MyClass Public WithEvents objSMS As New mCore.SMS Public Sub ModemInformation() Try SetCommParameters()
' It is not necessary to execute the 'Connect' method. |
| C# |
| class MyClass { public mCore.SMS objSMS = new mCore.SMS(); public static void ModemInformation() { try { SetCommParameters();
// It is not necessary to execute the 'Connect' method. catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
mCore.SMS.Manufacturer Property
mCore.SMS.Model Property
mCore.SMS.IMEI Property
mCore.SMS.Revision Property
mCore.SMS.OwnNumber Property
mCore.SMS.BatteryLevel Property