Beispiel #1
0
 public ParametersHM(PComCl newCom)
 {
     Array.Clear(dataBuff, 0, dataBuff.Length);
     ComPort = newCom;
 }
Beispiel #2
0
Datei: SN.cs Projekt: PRidon/Try1
 public SN(PComCl newCom)
 {
     ComPort = newCom;
 }
Beispiel #3
0
 public Time(PComCl newCom)
 {
     ComPort = newCom;
 }
Beispiel #4
0
 public Archives(PComCl newCom)
 {
     ComPort = newCom;
 }
Beispiel #5
0
 public Values(PComCl newCom)
 {
     ComPort = newCom;
 }