com.dalsemi.jellybeans
Class Control

java.lang.Object
  |
  +--com.dalsemi.jellybeans.Control

Deprecated. will be torched in Beta 3

public class Control
extends java.lang.Object

Contains system methods.


Method Summary
static int getFreeRAM()
          Deprecated.  
static boolean getSerialBootMessagesState()
          Deprecated.  
static void reboot()
          Deprecated.  
static void setSerialBootMessagesState(boolean on)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSerialBootMessagesState

public static final boolean getSerialBootMessagesState()
Deprecated.  
Get the state of serial boot up messages.
Returns:
true or false state of boot messages.
See Also:
com.dalsemi.System.TINIOS.getSerialBootMessagesState()

setSerialBootMessagesState

public static final void setSerialBootMessagesState(boolean on)
Deprecated.  
Set the state of serial boot up messages.
Parameters:
on - Set to true to turn on boot messages, false to turn off
See Also:
com.dalsemi.System.TINIOS.setSerialBootMessageState()

getFreeRAM

public static final int getFreeRAM()
Deprecated.  
Gets the free RAM.
Returns:
Available free RAM.
See Also:
com.dalsemi.System.TINIOS.getFreeRAM()

reboot

public static final void reboot()
Deprecated.  
Does a quick (and at this point ugly) system reboot.
See Also:
com.dalsemi.System.TINIOS.reboot()