IM Profile

Uses of Class
com.siemens.icm.io.ATCommandFailedException

Packages that use ATCommandFailedException
com.siemens.icm.io Siemens IMP utility classes for accessing the functionality of a wireless module.  
 

Uses of ATCommandFailedException in com.siemens.icm.io
 

Methods in com.siemens.icm.io that throw ATCommandFailedException
 void ATCommand.release()
          Release resources locked by the ATCommand class.
 String ATCommand.send(String ATCmd)
          Send an AT command to the device.
 void ATCommand.send(String ATCmd, ATCommandResponseListener response)
          Send an AT command to the device.
 void ATCommand.cancelCommand()
          Cancel a running AT command.
 void ATCommand.setDTR(boolean SignalState)
          Set the state of the DTR (Data Terminal Ready) signal of the devices AT channel.
 boolean ATCommand.getRING()
          Get the state of the RING signal of the devices AT channel.
 boolean ATCommand.getDCD()
          Get the state of the DCD (Data Carrier Detect) signal of the devices AT channel.
 boolean ATCommand.getDSR()
          Get the state of the DSR (Data Set Ready) signal of the devices AT channel.
 boolean ATCommand.getCONN()
          Get the state of a data connection of the devices AT channel.
 

Constructors in com.siemens.icm.io that throw ATCommandFailedException
ATCommand(boolean csdSupport)
          Creates a new instance of the ATCommand class.
ATCommand(boolean csdSupport, boolean atEvents, boolean ring, boolean dcd, boolean dsr, boolean conn)
          Creates a new instance of the ATCommand class starting only the required listeners.
 


IM Profile

Submit a comment or suggestion Version 2.0 of IM Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.