You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			23 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Go
		
	
		
		
			
		
	
	
			23 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Go
		
	
| 
											5 months ago
										 | package FLXCheckInController | ||
|  | 
 | ||
|  | const CloseSerialPort_Error string = "关闭设备{0}时出现错误!错误信息:{1}" | ||
|  | const CloseSerialPort_Faild string = "关闭设备失败!{0}" | ||
|  | const CloseSerialPort_Success string = "关闭设备成功!{0}" | ||
|  | 
 | ||
|  | const CRC_CHECK_ERROR string = "CRC 校验错误!" | ||
|  | const OpenSerialPort_Error string = "打开设备({0})时出现错误!错误信息:{1}" | ||
|  | const OpenSerialPort_Faild string = "打开设备失败!{0}" | ||
|  | const OpenSerialPort_Success string = "成功打开设备!{0}" | ||
|  | 
 | ||
|  | const OpenBeep_Error string = "打开蜂鸣时发生异常!{0}" | ||
|  | 
 | ||
|  | const WritePortBuffer_Error string = "向串口({0})发送指令出现错误!指令:{1}。错误信息:{2}" | ||
|  | 
 | ||
|  | const ReciveDataFromCOM_Error string = "从串口{0}接收数据出现错误!错误信息:{1}" | ||
|  | const ReciveDataFromCOM_Success string = "成功从串口{0}接收到长度为{1}的数据!内容:{2}" | ||
|  | 
 | ||
|  | const InvokeCaredNo_Processed string = "返回卡号:{0}" | ||
|  | const InvokeCaredNo_None string = "无卡:{0}" | ||
|  | const CreateThread string = "创建读卡线程!" | ||
|  | const ClosedThread string = "关闭读卡线程" |