The Manufacturer property gets the manufacturer name of the GSM Modem or Phone
as a string.
In certain cases it returns the chipset manufacturer name which may be different
from the manufacturer label printed on the modem or its packaging. Returns blank
string if the modem does not support reading of manufacturer 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.Model
mCore.SMS.IMEI
mCore.SMS.Revision
mCore.SMS.OwnNumber
mCore.SMS.BatteryLevel
mCore.SMS.IMSI Property