Added hybrid ipid/tcp eControlType for HD-MD things

This commit is contained in:
Heath Volmer
2018-02-06 12:40:50 -07:00
parent 292183098f
commit 4409644cf7
5 changed files with 13 additions and 2 deletions

View File

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