Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

Uses of Class
ie.ncl.sms.modem.GsmModemException

Packages that use GsmModemException
ie.ncl.sms.modem This package contains the GsmModem protocol classes used to interface with an GSM cellular device such as a: Siemens M30, TC35, MC35, S45, SL45; a Nokia PremiCell, Phone Card, 6310, 6310i; Sony Ericsson GM27/29; and Falcom A2 
 

Uses of GsmModemException in ie.ncl.sms.modem
 

Methods in ie.ncl.sms.modem that throw GsmModemException
 ie.ncl.util.bin.Bytes GsmModem.constructPDU(Message m)
           
 java.lang.String GsmModem.getIMEI()
          Get the modem model.
 java.lang.String GsmModem.getMake()
           
 java.lang.String GsmModem.getMakeModel()
          Get the modem make and model concatenated with a single space in between.
 java.lang.String GsmModem.getModel()
          Get the modem model.
 java.lang.String GsmModem.getVersion()
          Get the modem version.
 boolean GsmModem.isMakeModel(java.lang.String mm)
          Check to see that this make an model matches the one specified.
 void GsmModem.setSmsc(java.lang.String addr)
          Set the SMSC message centre number.
 

Constructors in ie.ncl.sms.modem that throw GsmModemException
GsmModem(java.lang.String pin, java.io.InputStream in, java.io.OutputStream out, boolean testing)
          Create a new Gsm Modem object specifying the input and output streams.
GsmModem(java.lang.String pin, java.lang.String host, int port)
          Create a new Gsm Modem object specifying a the IP address of a TCP/IP to RS232 gateway.
GsmModem(java.lang.String pin, java.lang.String comPortDevice, java.lang.String speed)
          Create a new Gsm Modem object specifying a the IP address of a TCP/IP to RS232 gateway.
GsmModem(java.lang.String pin, java.lang.String comPortDevice, java.lang.String speed, boolean testing)
           
 


Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit