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

@@ -8,6 +8,6 @@ namespace PepperDash.Core
{
public enum eControlMethod
{
None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet, Cec
None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet, Cec, Udp
}
}