The ReadIntervalTimeout property defines the maximum time, in
milliseconds, allowed to elapse between the arrival of two characters on the
communication line before assuming that there is no more data being sent by the
modem.
Certain GSM modems and SIM cards are slower in sending data (especially when
reading messages from the SIM). Also certain phones send data at a slower rate
if connected over IrDA or Bluetooth. This results at times in incomplete reading of
messages etc. To avoid such errors increase the value of ReadIntervalTimeout value
(default value is 150). Accepts a value between 1 and 5000.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Visual Basic |
Public Class MyClass
Catch ex As mCore.SMSReadException If
objSMS.Inbox.HasMessages Then |
| C# |
| class MyClass { public mCore.SMS objSMS = new mCore.SMS(); public static void ReadInbox() { mCore.Message Msg; try { SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
mCore.SMS.SendRetry Property
mCore.SMS.SendSMS Method
mCore.SMS.Timeout Property