液晶标签协议对接!
This commit is contained in:
@ -137,10 +137,11 @@ namespace WCS.WebApi.Controllers
|
||||
var tcpClients = TCPClientManager.TCPClients.Select(t => new
|
||||
{
|
||||
RemoteIPHost = t.RemoteIPHost,
|
||||
IsOnline = t.IsOnline,
|
||||
IsReceivedClientOnline = t.IsReceivedClientOnline,
|
||||
IsSendClientOnline = t.IsSendClientOnline,
|
||||
IsFirstConnected = t.IsFirstConnected,
|
||||
tcpClientIsNull = t.tcpClient == null,
|
||||
tcpClientIsOnLine = t.tcpClient?.Online,
|
||||
tcpClientIsNull = t.tcpSendClient == null,
|
||||
tcpClientIsOnLine = t.tcpSendClient?.Online,
|
||||
|
||||
}).ToList();
|
||||
//直接返回当前内存中缓存的货架和状态
|
||||
|
Reference in New Issue
Block a user