Package jmri.jmris

Class AbstractProgrammerServer

    • Field Detail

      • lastCV

        protected int lastCV
    • Method Detail

      • sendStatus

        public abstract void sendStatus​(int CV,
                                        int value,
                                        int status)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • sendNotAvailableStatus

        public abstract void sendNotAvailableStatus()
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • programmingOpReply

        public void programmingOpReply​(int value,
                                       int status)
        Receive a callback at the end of a programming operation.
        Specified by:
        programmingOpReply in interface ProgListener
        Parameters:
        value - Value from a read operation, or value written on a write
        status - Denotes the completion code. Note that this is a bitwise combination of the various status coded defined in this interface.