mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
initial implementations for DM Rmc & DGE
This commit is contained in:
parent
ed6ad6ae76
commit
5d2f20efd5
2 changed files with 20 additions and 9 deletions
|
|
@ -107,7 +107,7 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs
|
|||
return;
|
||||
}
|
||||
|
||||
var tcpClient = new GenericTcpIpClient("", _dgeEthernetInfo.IpAddressFeedback.StringValue, CtpPort, 1024);
|
||||
var tcpClient = new GenericTcpIpClient("", _dgeEthernetInfo.IpAddressFeedback.StringValue, CtpPort, 1024){AutoReconnect = false};
|
||||
|
||||
var gather = new CommunicationGather(tcpClient, "\r\n\r\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue