Exemple #1
0
 public Result ReadByIndex(UInt16 index, out UInt16 key, out UInt16 value)
 {
     return(Eeprom.ReadByIndex(this.mDataBuffer, ref this.mConfig, index, out key, out value));
 }