Commit 1feb1920 LN

1

1 个父辈 e84451f5
...@@ -22,7 +22,6 @@ namespace OnlineStore.DeviceLibrary ...@@ -22,7 +22,6 @@ namespace OnlineStore.DeviceLibrary
} }
try try
{ {
int port = ConfigAppSettings.GetIntValue(Setting_Init.RfidServer_Port); int port = ConfigAppSettings.GetIntValue(Setting_Init.RfidServer_Port);
if (port <= 0) if (port <= 0)
{ {
...@@ -32,6 +31,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -32,6 +31,7 @@ namespace OnlineStore.DeviceLibrary
readAll.Log += ReadAll_Log; readAll.Log += ReadAll_Log;
LogUtil.info("RFID Server Open,port=" + port); LogUtil.info("RFID Server Open,port=" + port);
readAll.Start(port); readAll.Start(port);
IsOpen = true;
} }
catch (Exception ex) catch (Exception ex)
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!