Uses of Class
jmri.jmrix.can.cbus.swing.bootloader.HexFile
-
Packages that use HexFile Package Description jmri.jmrix.can.cbus.swing.bootloader Defines classes for bootloader client for updating CBUS module firmware. -
-
Uses of HexFile in jmri.jmrix.can.cbus.swing.bootloader
Subclasses of HexFile in jmri.jmrix.can.cbus.swing.bootloader Modifier and Type Class Description class
CbusPicHexFile
Extend hex file class for a CBUS PIC with parameter block Assumes hex record addresses are "nicely" aligned, i.e., on 8, 16, 32, ...Fields in jmri.jmrix.can.cbus.swing.bootloader declared as HexFile Modifier and Type Field Description (package private) HexFile
CbusBootloaderPane. hexFile
Methods in jmri.jmrix.can.cbus.swing.bootloader with parameters of type HexFile Modifier and Type Method Description (package private) void
HexRecord. readData(HexFile f)
Read the data bytes.Constructors in jmri.jmrix.can.cbus.swing.bootloader with parameters of type HexFile Constructor Description HexRecord(HexFile f)
Read a new record from a file.
-