See: Description
| Interface | Description | 
|---|---|
| ATCommandListener | The ATCommandListener interface defines the capabilities for receiving
 unsolicited AT-Events (e.g. | 
| ATCommandResponseListener | The ATCommandResponseListenerListener interface defines the capabilities for
 receiving the response of sending an AT command to a module's AT interpreter. | 
| InPortListener | The InPortListener interface defines the capabilities for receiving value changes at the input ports of the 
 general purpose IO driver (GPIO). | 
| Class | Description | 
|---|---|
| ATCommand | The ATCommand class supports the execution of AT commands on the same way, as
 it would be done through a serial interface. | 
| ATStringConverter | The ATStringConverter class contains conversion functions for easy conversion
 between Java strings and GSM or UCS2 encoded strings to be used for
 parameters of several AT commands via the ATCommand class. | 
| I2cBusConnection | This interface defines a logical connection to an I2C bus. | 
| InPort | The  InPortclass supports the access and configuration of a port of output pins of the general purpose IO driver (GPIO). | 
| OutPort | The  OutPortclass supports the access and configuration of a port of output pins of the general purpose IO driver (GPIO). | 
| Exception | Description | 
|---|---|
| ATCommandFailedException | Signals that a requested device access via the ATCommand class failed. |