Enum AddressedHighCvProgrammerFacade.ProgState

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      FINISHREAD
      Wrote 2nd index on a read operation, waiting for reply
      FINISHWRITE
      Wrote 2nd index on a write operation, waiting for reply
      NOTPROGRAMMING
      nothing happening, no reply expected
      PROGRAMMING
      A pass-through operation, waiting reply, when done the entire operation is done
      WRITELOWREAD
      Wrote 1st index on a read operation, waiting for reply
      WRITELOWWRITE
      Wrote 1st index on a write operation, waiting for reply