Uses of Class
jmri.jmrix.ieee802154.IEEE802154TrafficController
-
-
Uses of IEEE802154TrafficController in jmri.jmrix.ieee802154
Methods in jmri.jmrix.ieee802154 that return IEEE802154TrafficController Modifier and Type Method Description IEEE802154TrafficController
IEEE802154SystemConnectionMemo. getTrafficController()
Methods in jmri.jmrix.ieee802154 with parameters of type IEEE802154TrafficController Modifier and Type Method Description void
IEEE802154SystemConnectionMemo. setTrafficController(IEEE802154TrafficController newtc)
Traffic Controller for this instance. -
Uses of IEEE802154TrafficController in jmri.jmrix.ieee802154.serialdriver
Subclasses of IEEE802154TrafficController in jmri.jmrix.ieee802154.serialdriver Modifier and Type Class Description class
SerialTrafficController
Traffic Controller interface for communicating with IEEE 802.15.4 devices directly using IEEE 802.15.4 formated messages. -
Uses of IEEE802154TrafficController in jmri.jmrix.ieee802154.swing.nodeconfig
Constructors in jmri.jmrix.ieee802154.swing.nodeconfig with parameters of type IEEE802154TrafficController Constructor Description AddNodeFrame(IEEE802154TrafficController tc)
Constructor methodEditNodeFrame(IEEE802154TrafficController tc, IEEE802154Node node)
Constructor methodNodeConfigFrame(IEEE802154TrafficController tc)
Constructor method -
Uses of IEEE802154TrafficController in jmri.jmrix.ieee802154.swing.packetgen
Methods in jmri.jmrix.ieee802154.swing.packetgen with parameters of type IEEE802154TrafficController Modifier and Type Method Description void
PacketGenFrame. connect(IEEE802154TrafficController t)
-
Uses of IEEE802154TrafficController in jmri.jmrix.ieee802154.xbee
Subclasses of IEEE802154TrafficController in jmri.jmrix.ieee802154.xbee Modifier and Type Class Description class
XBeeTrafficController
Traffic Controller interface for communicating with XBee devices directly using the XBee API.
-