byte[] GetEeprom(int address, int length)
address - The starting location from which data should be retrieved (0-255).
length - The number of bytes to retrieve. Valid values for this parameter depend on what is provided for the address parameter. For example, with an address of 0, you may specify a length of all 256 bytes, but with an address of 255, length may only be 1.