public void TDIMode(TdiMode mode)
 {
     SerialCom.SetCamParm(CommandList.tdi, mode == TdiMode.Tdi ? 1 : 0);
 }
Exemple #2
0
 public void TDIMode(TdiMode mode)
 {
     throw new NotImplementedException();
 }