コード例 #1
0
 public bool ConnectToObdServer(String IpAddress, Int32 Port)
 {
     this.IpAddress = IpAddress;
     this.Port      = Port;
     obdConnection.Open(IpAddress, Port);
     return(obdConnection.GetTcpConnectionStatus());
 }