예제 #1
0
 /// <summary>
 /// 取得消费总金额
 /// </summary>
 /// <param name="p_intDeviceNo"></param>
 /// <returns></returns>
 public override double GetPaymentMoney(int p_intDeviceNo)
 {
     return(JocatDevice.GetMacPaymentMoney(ComPort, BaudRate, p_intDeviceNo));
 }