Uses of Interface
jmri.jmrix.can.CanFrame
- 
Packages that use CanFrame Package Description jmri.jmrix.can Defines classes for interfacing to a CAN-based model railway control bus.jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface. - 
- 
Uses of CanFrame in jmri.jmrix.can
Subinterfaces of CanFrame in jmri.jmrix.can Modifier and Type Interface Description interfaceCanMutableFrameBase interface for mutable messages in a CANbus based message/reply protocol.Classes in jmri.jmrix.can that implement CanFrame Modifier and Type Class Description classCanMessageBase class for messages in a CANbus based message/reply protocol.classCanReplyBase class for replies in a CANbus based message/reply protocol.Methods in jmri.jmrix.can with parameters of type CanFrame Modifier and Type Method Description default booleanCanFrame. dataFramesEqual(CanFrame a, CanFrame b)Compare 2 CanFrame data elements for equality. - 
Uses of CanFrame in jmri.jmrix.can.cbus
Methods in jmri.jmrix.can.cbus with parameters of type CanFrame Modifier and Type Method Description static java.lang.StringCbusOpCodes. decodeExtended(CanFrame msg)Return a string representation of a decoded Extended CBUS Message - 
Uses of CanFrame in jmri.jmrix.openlcb
Methods in jmri.jmrix.openlcb with parameters of type CanFrame Modifier and Type Method Description (package private) static OpenLcbCanFrameOlcbConfigurationManager. convertFromCan(CanFrame message) 
 -