Package jmri.jmris

Class AbstractSensorServer

    • Method Detail

      • sendStatus

        public abstract void sendStatus​(java.lang.String sensor,
                                        int Status)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • sendErrorStatus

        public abstract void sendErrorStatus​(java.lang.String sensor)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • addSensorToList

        protected void addSensorToList​(java.lang.String sensorName)
      • setSensorActive

        public void setSensorActive​(java.lang.String sensorName)