Exemple #1
0
 public Result Write(ushort key, ushort value)
 {
     return(Eeprom.WriteValue(this.mDataBuffer, ref this.mConfig, key, value));
 }