Class Op_Min_IO

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private @NotNull Op_RSLOAD Load
      Load to serial port has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.
      private static Logger logger
      class logger instance
      private @NotNull Op_Peek Peek
      Peek to serial port has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.
      private @NotNull Op_Poke Poke
      Poke to serial port has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.
      private @NotNull Op_PRT Print
      Print has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.
      private @NotNull Op_RSSAVE Save
      Save to serial port has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.
      private static String TAG
      class logger tag.
      private @NotNull Op_VER Verify
      Verify to serial port has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.
    • Constructor Summary

      Constructors 
      Constructor Description
      Op_Min_IO​(Calculator Owner)
      Create operation and attach to owning calculator.
    • Field Detail

      • logger

        private static final Logger logger

        class logger instance

      • TAG

        private static final String TAG

        class logger tag.

      • Load

        @NotNull
        private final @NotNull Op_RSLOAD Load

        Load to serial port has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.

      • Peek

        @NotNull
        private final @NotNull Op_Peek Peek

        Peek to serial port has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.

      • Poke

        @NotNull
        private final @NotNull Op_Poke Poke

        Poke to serial port has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.

      • Print

        @NotNull
        private final @NotNull Op_PRT Print

        Print has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.

      • Save

        @NotNull
        private final @NotNull Op_RSSAVE Save

        Save to serial port has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.

      • Verify

        @NotNull
        private final @NotNull Op_VER Verify

        Verify to serial port has the same Opcode as Min and is to complex to be done inside this class — so this delegate is used.

    • Constructor Detail

      • Op_Min_IO

        Op_Min_IO​(Calculator Owner)
        Create operation and attach to owning calculator.
        Parameters:
        Owner - Calculator which will call this Opcode