|
SunSPOT API V6.0 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IBootloaderListener | Callback interface for the BootloaderListenerService |
| IService | Basic interface supported by all SPOT services so they can be started & stopped from SPOT applications. |
| ISpotBlink | A simple service that blinks LEDs on attached boards or performs an equivalent action, e.g. beep sound to a speaker, etc. |
| ISpotRadioHelper | Interface for a generic SPOT Radio Manager service. |
| Class Summary | |
|---|---|
| BasicService | A stub class for those simple services that do not run in their own threads. |
| BootloaderListenerService | Simple service to listen to the serial input over the USB connection and pass control to the bootloader. |
| Heartbeat | A simple service that blinks the SPOT processor board green LED in a heartbeat pattern. |
| ServiceRegistry | Deprecated. use the Resources class instead |
| SpotBlink | A simple service to blink the two LEDs on the SPOT main processor board. |
| Task | Basic Task class to specify some code to be run starting at a specified time and then repeated periodically. |
| TaskManager | TaskManager schedules and executes all current Tasks, including Conditions. |
IService provides a general interface to allow running services to be controlled. Developers of device drivers
that include some entity that runs in the background are encouraged to support this interface.
for more details.
|
SunSPOT API V6.0 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||