Uses of Class
lejos.nxt.FlashError

Packages that use FlashError
lejos.nxt Access to NXT sensors, motors, etc. 
 

Uses of FlashError in lejos.nxt
 

Methods in lejos.nxt that throw FlashError
static void Flash.exec(int pageNum, int size)
           
static void Flash.readPage(byte[] buf, int pageNum)
           
static void Flash.writePage(byte[] buf, int pageNum)