示例#1
0
 public long icar_SetBlackBox(int int_0, int int_1, string string_1, CmdParam.ReportType reportType_0, int int_2, byte byte_0, int int_3)
 {
     return((long)this.carFunc.icar_SetBlackBox(this.CalOrderId(int_0, int_1), string_1, (byte)reportType_0, int_2, byte_0, int_3));
 }
示例#2
0
 public long icar_SetPosReport(int WorkId, int newOrderId, string SimNum, CmdParam.ReportType reportType, int ReportTiming, int ReportCycle, byte isAutoCalArc, CmdParam.IsCompressed isCompressed, CmdParam.ReportWhenStop reportWhenStop)
 {
     return((long)this.carFunc.icar_SetPosReport(this.CalOrderId(WorkId, newOrderId), SimNum, (byte)reportType, ReportTiming, ReportCycle, isAutoCalArc, (byte)isCompressed, (byte)reportWhenStop));
 }