コード例 #1
0
ファイル: DTOBDFault.java プロジェクト: tedvals/fleetmng
 public DTOBDFault(String dtc) {
   this.faultCode = DTOBDFault.EncodeFault_OBDII(dtc);
 }