Exemple #1
0
 public Result GetKeysCount(out UInt16 count)
 {
     return(Eeprom.GetKeysCount(this.mDataBuffer, ref this.mConfig, out count));
 }