Uses of Class
lejos.pc.comm.NXTSamba

Packages that use NXTSamba
de.cau.cs.kieler.klots.util KLOTS utility classes. 
lejos.pc.tools   
 

Uses of NXTSamba in de.cau.cs.kieler.klots.util
 

Methods in de.cau.cs.kieler.klots.util that return NXTSamba
 NXTSamba NXTFlashUpdate.openSambaDevice(int timeout)
          Locate and open an nxt device in SAM-BA mode.
 

Methods in de.cau.cs.kieler.klots.util with parameters of type NXTSamba
 void NXTFlashUpdate.rebootDevice(NXTSamba nxt)
           
 void NXTFlashUpdate.updateDevice(NXTSamba nxt, byte[] memoryImage, byte[] fs, boolean verify)
          Update the NXT with the new memory image.
 void NXTFlashUpdate.updateDevice(NXTSamba nxt, byte[] memoryImage, byte[] fs, boolean verifyFirm, boolean verifyFS, boolean reboot)
          Update the NXT with the new memory image.
 int NXTFlashUpdate.verifyFilesystem(NXTSamba nxt, byte[] fs)
          Verify the file system downloaded to the device.
 int NXTFlashUpdate.verifyFirmware(NXTSamba nxt, byte[] image)
          Verify the firmware downloaded to the device.
 int NXTFlashUpdate.verifyPages(NXTSamba nxt, int first, byte[] memoryImage)
          Verify that the contents of the nxt flash memory match the supplied image.
 void NXTFlashUpdate.writeFilesystem(NXTSamba nxt, byte[] fs)
          Format the nxt file system.
 void NXTFlashUpdate.writeFirmware(NXTSamba nxt, byte[] memoryImage)
          Update the NXT with the new memory image.
 void NXTFlashUpdate.writePages(NXTSamba nxt, int first, byte[] memoryImage)
           
 

Uses of NXTSamba in lejos.pc.tools
 

Methods in lejos.pc.tools that return NXTSamba
 NXTSamba NXJFlashUpdate.openSambaDevice(int timeout)
          Locate and open an nxt device in SAM-BA mode.
 

Methods in lejos.pc.tools with parameters of type NXTSamba
 void NXJFlashUpdate.rebootDevice(NXTSamba nxt)
           
 void NXJFlashUpdate.updateDevice(NXTSamba nxt, byte[] memoryImage, byte[] fs, boolean verify)
          Update the NXT with the new memory image.
 void NXJFlashUpdate.updateDevice(NXTSamba nxt, byte[] memoryImage, byte[] fs, boolean verifyFirm, boolean verifyFS, boolean reboot)
           
 int NXJFlashUpdate.verifyFilesystem(NXTSamba nxt, byte[] fs)
           
 int NXJFlashUpdate.verifyFirmware(NXTSamba nxt, byte[] image)
          Verify the firware downloaded to the device.
 int NXJFlashUpdate.verifyPages(NXTSamba nxt, int first, byte[] memoryImage)
          Verify that the contents of the nxt flash memory match the supplied image.
 void NXJFlashUpdate.writeFilesystem(NXTSamba nxt, byte[] fs)
          Format the nxt file system.
 void NXJFlashUpdate.writeFirmware(NXTSamba nxt, byte[] memoryImage)
          Update the NXT with the new memory image.
 void NXJFlashUpdate.writePages(NXTSamba nxt, int first, byte[] memoryImage)