Commit 08951250 LN

rfid更新为最新版本

1 个父辈 1feb1920
此文件类型无法预览
......@@ -11,7 +11,7 @@ namespace OnlineStore.DeviceLibrary
{
public class RFIDManager
{
private static ReadAll readAll =new ReadAll ();
private static ReadAll readAll =new ReadAll ("TheRFID");
private static bool IsOpen = false;
// private static ConcurrentDictionary<string, string> LastRfidMap = new ConcurrentDictionary<string, string>();
public static void Open(string[] iparray)
......@@ -28,7 +28,7 @@ namespace OnlineStore.DeviceLibrary
port = 13001;
}
// readAll.Received += ReadAll_Received;
readAll.Log += ReadAll_Log;
// readAll.Log += ReadAll_Log;
LogUtil.info("RFID Server Open,port=" + port);
readAll.Start(port);
IsOpen = true;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!