Exemple #1
0
 public void ClearLoggedValues()
 {
     foreach (imsSerialParamData SPD in PacketSPDs)
     {
         SPD.clearValues();
     }
 }