Package jmri.jmrix.qsi
Connects to a QSI programmer unit.
Messages to and from the programmer are in a packet format. In both directions, every message starts with 'S' and ends with 'E'. These are handled automatically, and are not included in the QsiMessage and QsiReply content.
Related Documentation
-
Interface Summary Interface Description QsiInterface Define interface for sending and receiving messages to the QSI command station.QsiListener Defines the interface for listening to traffic on the QSI communications link. -
Class Summary Class Description Bundle QSIConnectionTypeList Returns a list of valid lenz XpressNet Connection TypesQSIMenu Create a "Systems" menu containing the Jmri QSI-specific tools.QsiMessage Encodes a message to an QSI command station.QsiPortController Abstract base for classes representing a QSI communications port.QsiProgrammer Implements the jmri.Programmer interface via commands for the QSI programmer.QsiReply Carries the reply to an QsiMessage.QsiSystemConnectionMemo Lightweight class to denote that a system is active, and provide general information.QsiTrafficController Converts Stream-based I/O to/from QSI messages.