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 interface
CanMutableFrame
Base interface for mutable messages in a CANbus based message/reply protocol.Classes in jmri.jmrix.can that implement CanFrame Modifier and Type Class Description class
CanMessage
Base class for messages in a CANbus based message/reply protocol.class
CanReply
Base 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 boolean
CanFrame. 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.String
CbusOpCodes. 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 OpenLcbCanFrame
OlcbConfigurationManager. convertFromCan(CanFrame message)
-