Uses of Class
jmri.jmrix.can.cbus.swing.bootloader.CbusParameters
-
Packages that use CbusParameters Package Description jmri.jmrix.can.cbus.swing.bootloader Defines classes for bootloader client for updating CBUS module firmware. -
-
Uses of CbusParameters in jmri.jmrix.can.cbus.swing.bootloader
Fields in jmri.jmrix.can.cbus.swing.bootloader declared as CbusParameters Modifier and Type Field Description (package private) CbusParameters
CbusBootloaderPane. fileParams
(package private) CbusParameters
CbusBootloaderPane. hardwareParams
Methods in jmri.jmrix.can.cbus.swing.bootloader that return CbusParameters Modifier and Type Method Description CbusParameters
CbusPicHexFile. getParams()
Get the file parameters Create an invalid parameter set of necessaryCbusParameters
HexFile. getParams()
Get the file parameters Create an invalid parameter set of necessary.Methods in jmri.jmrix.can.cbus.swing.bootloader with parameters of type CbusParameters Modifier and Type Method Description boolean
CbusParameters. validate(CbusParameters fp, CbusParameters hp)
Valid parameter block in a hex file by comparing against one read from hardware (or some other source)
-