Class DebuggableFlash

java.lang.Object
  |
  +--Flash
        |
        +--DebuggableFlash

public class DebuggableFlash
extends Flash


You can read the source of this class here.


Fields inherited from class Flash
FlashSize
 
Constructor Summary
DebuggableFlash()
           
DebuggableFlash(CompiledProgram prog)
           
 
Method Summary
 java.lang.String[] Display()
           
 CompiledProgram getProgram()
           
 void Reprogram(CompiledProgram prog)
          Reprograms the flash memory.
 
Methods inherited from class Flash
Read
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebuggableFlash

public DebuggableFlash(CompiledProgram prog)

DebuggableFlash

public DebuggableFlash()
Method Detail

Reprogram

public void Reprogram(CompiledProgram prog)
Description copied from class: Flash
Reprograms the flash memory.
Overrides:
Reprogram in class Flash
Tags copied from class: Flash
Parameters:
prog - Program to write to flash.

getProgram

public CompiledProgram getProgram()

Display

public java.lang.String[] Display()