Class McpEeprom

    • Constructor Detail

      • McpEeprom

        public McpEeprom​(int controller,
                         McpEeprom.Type type)
      • McpEeprom

        public McpEeprom​(int controller,
                         int address,
                         McpEeprom.Type type)
    • Method Detail

      • getMemorySizeByte

        public int getMemorySizeByte()
      • readCurrentAddress

        public byte readCurrentAddress()
      • readByte

        public byte readByte​(int address)
      • readBytes

        public byte[] readBytes​(int address,
                                int length)
      • writeByte

        public void writeByte​(int address,
                              int data)
      • writeByte

        public void writeByte​(int address,
                              byte data)
      • writeBytes

        public void writeBytes​(int address,
                               byte[] data)