|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDriver
Interface for all device drivers participating in the deep sleep setUp/tearDown process controlled by the DriverRegistry.
Method Summary | |
---|---|
String |
getDriverName()
An identifying name for the driver (e.g. |
void |
setUp()
Activate or reactivate the driver (after a deep sleep or when another driver refused to deep sleep). |
void |
shutDown()
Notify the driver that the VM is about to exit. |
boolean |
tearDown()
Deactivate the driver (usually in preparation for deep sleep). |
Method Detail |
---|
String getDriverName()
boolean tearDown()
void setUp()
void shutDown()
|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |