See: Description
Interface | Description |
---|---|
ADCListener |
The ADCListener interface defines the capabilities for receiving
measured values from the ADC hardware interfaces.
|
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.
|
BearerControlListener |
The BearerControlListener interface defines the capabilities for receiving
bearer (e.g.
|
BearerControlListenerEx |
The BearerControlListenerEx interface defines the capabilities for receiving
bearer (e.g.
|
BearerControlStates | |
CommConnectionControlLines |
The CommConnectionControlLines interface extends CommConnection with the capabilities of actuating
on the control lines of a device, which is connected through a CommConnection port.
|
CommConnectionControlLinesListener |
The CommConnectionControlLinesListener interface defines the capability for receiving
state changes of the DTR signal.
|
I2cBusConnection |
This interface defines a logical connection to an I2C bus.
|
InPortListener |
The InPortListener interface defines the capabilities for receiving
value changes at the input ports of the general purpose IO driver (GPIO).
|
LimitPulseCounterListener |
The LimitPulseCounterListener interface defines the capabilities for receiving
the indication of a LimitPulseCounter when it has completed counting its
number of pulses.
|
SpiConnection |
This interface defines a logical connection to an SPI device.
|
Class | Description |
---|---|
ADC |
The ADC class provides the ability to get sampled values from the Analogue Digital Converter inputs.
|
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.
|
BearerControl |
The BearerControl class provides the ability to get bearer state events
and to hang-up the bearer.
|
DAC |
The DAC class provides the ability to control the Pulse Width Modulation (PWM) of the Digital Analogue Converter outputs.
|
InPort |
This class supports the access and configuration of a port of input pins
of the general purpose IO driver (GPIO).
The usage of all GPIO ports is restricted to the same interface where the GPIO driver was opened. |
LimitPulseCounter |
This class supports the access and configuration to the limit
pulse counter of the general purpose IO driver (GPIO).
The pulse counter is designed to measure signals from 0 to 1000 pulses per second. |
OutPort |
This class supports the access and configuration of a port of output pins
of the general purpose IO driver (GPIO).
The usage of all GPIO ports is restricted to the same interface where the GPIO driver was opened. |
StartStopPulseCounter |
This class supports the access and configuration to the start/stop
pulse counter of the general purpose IO driver (GPIO).
The pulse counter is designed to measure signals from 0 to 1000 pulses per second. |
Exception | Description |
---|---|
ATCommandFailedException |
Signals that a requested device access via the ATCommand class failed.
|
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.