Package | Description |
---|---|
com.cinterion.io |
IO related utility classes for accessing the functionality of a wireless module.
|
Modifier and Type | Method and Description |
---|---|
void |
ATCommand.cancelCommand()
Cancel a running AT command.
|
String |
ATCommand.send(String ATCmd)
Send an AT command to the device.
|
void |
ATCommand.send(String ATCmd,
ATCommandResponseListener Listener)
Send an AT command to the device.
|
Constructor and Description |
---|
ATCommand(boolean csdSupport)
Creates a new instance of the ATCommand class.
If there are no more instances possible or if it is not possible to provide possibly requested CSD support the constructor will fail with an exception. Please note that it is not possible to restore the state of an previously closed instance in a new instance of this class. |
ATCommand(boolean csdSupport,
boolean atEvents,
boolean ring,
boolean dcd,
boolean dsr,
boolean conn)
Deprecated.
This constructor has been used to control which listener threads are required to save resources.
Because there is now one single event listener thread started in any case this function is only
provided for backwards compatibility and should not be used any more.
|
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.