|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dalsemi.jellybeans.Control
Contains system methods.
| Method Summary | |
static void |
delay(int ms)
Deprecated. |
static void |
delayWithMaximumBurn(int ms)
Deprecated. |
static void |
dumpFreeRAM()
Dump the systems free ram out the info port. |
static int |
getFreeRAM()
Gets the free RAM. |
static boolean |
getSerialBootMessagesState()
Delay a process for ms milliseconds. |
static void |
reboot()
Does a quick (and at this point ugly) system reboot. |
static void |
setSerialBootMessagesState(boolean on)
Delay a process for ms milliseconds. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public static final boolean getSerialBootMessagesState()
ms milliseconds.ms - the amout of time to sleep.public static final void setSerialBootMessagesState(boolean on)
ms milliseconds.ms - the amout of time to sleep.public static final void delay(int ms)
ms milliseconds.ms - the amout of time to sleep.Thread.sleep()public static final void dumpFreeRAM()
public static final void delayWithMaximumBurn(int ms)
ms - How many milliseconds to waitThread.sleep()public static final int getFreeRAM()
public static final void reboot()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||