Initial work on GenericUdpServer

This commit is contained in:
Neil Dorin
2018-12-12 16:26:18 -07:00
parent 28a42791a4
commit 61a94ec6d6
4 changed files with 186 additions and 1 deletions

View File

@@ -154,6 +154,8 @@ namespace PepperDash.Core
BufferSize = bufferSize;
AutoReconnectIntervalMs = 5000;
CrestronEnvironment.ProgramStatusEventHandler += new ProgramStatusEventHandler(CrestronEnvironment_ProgramStatusEventHandler);
//if (string.IsNullOrEmpty(address))
//{
// Debug.Console(1, Debug.ErrorLogLevel.Warning, "GenericTcpIpClient '{0}': No address set", key);