Exemple #1
0
 public bool  CloseObdConnection()
 {
     obdConnection.Close();
     return(obdConnection.GetTcpConnectionStatus());
 }