A B C D E G H I O P R S T U V W 

S

sendCommand(String) - Method in interface com.oracle.deviceaccess.atcmd.ATDevice
Sends an AT command and wait for the response.
sendCommand(String, CommandResponseHandler) - Method in interface com.oracle.deviceaccess.atcmd.ATDevice
Sends an AT command and handle the response asynchronously.
setSamplingInterval(int) - Method in interface com.oracle.deviceaccess.adc.ADCChannel
Sets the sampling interval (in milliseconds).
setUnsolicitedResponseHandler(UnsolicitedResponseHandler) - Method in interface com.oracle.deviceaccess.atcmd.ATDevice
Registers a handler for handling Unsolicited Result Code responses.
start(long) - Method in interface com.oracle.deviceaccess.watchdog.WatchdogTimer
Starts the watchdog timer with the specified timeout.
start(long) - Method in interface com.oracle.deviceaccess.watchdog.WindowedWatchdogTimer
Starts the watchdog timer with the specified timeout and with a closed window delay set to 0.
start(long, long) - Method in interface com.oracle.deviceaccess.watchdog.WindowedWatchdogTimer
Starts the windowed watchdog timer with the specified closed window time and timeout.
startAcquisition(int, AcquisitionListener) - Method in interface com.oracle.deviceaccess.adc.ADCChannel
Starts sampling this channel input and asynchronously notifies the provided AcquisitionListener instance when count raw sampled input values have been read from this channel.
startAcquisition(int[], int, int, AcquisitionListener) - Method in interface com.oracle.deviceaccess.adc.ADCChannel
Starts sampling this channel input and asynchronously notifies the provided AcquisitionListener instance when count raw sampled input values have been read from this channel.
startMonitoring(int, int, RangeListener) - Method in interface com.oracle.deviceaccess.adc.ADCChannel
Starts monitoring this channel input and asynchronously notifies the provided RangeListener instance when this channel's raw sampled input value gets out of or back in the specified range (as defined by a low and a high threshold value).
stop() - Method in interface com.oracle.deviceaccess.watchdog.WatchdogTimer
Stops this watchdog timer.
stopAcquisition() - Method in interface com.oracle.deviceaccess.adc.ADCChannel
Stops the asynchronous sampling of this channel input as started by a call to one of the startAcquisition() methods.
stopMonitoring() - Method in interface com.oracle.deviceaccess.adc.ADCChannel
Stops the range monitoring of this channel input as started by a call to the startMonitoring() method.
A B C D E G H I O P R S T U V W