示例#1
0
 public long icar_SendRawPackage(int nHigh, int nLow, string strCarId, CmdParam.CmdCode cmdCode, ref object pvArg, CmdParam.CommMode commMode)
 {
     return((long)this.carFunc.icar_SendRawPackage(this.CalOrderId(nHigh, nLow), strCarId, (int)cmdCode, ref pvArg, (int)commMode));
 }
示例#2
0
 public long icar_SimpleCmdEx(int int_0, int int_1, string string_1, CmdParam.CmdCode cmdCode_0, ref object object_0, CmdParam.CommMode commMode_0)
 {
     return((long)this.carFunc.icar_SimpleCmdEx(this.CalOrderId(int_0, int_1), string_1, (int)cmdCode_0, ref object_0, (int)commMode_0));
 }