From 3998369244d8a3dc175e4c06600217efa7f3198f Mon Sep 17 00:00:00 2001 From: Jason DeVito Date: Tue, 14 Sep 2021 15:34:37 -0500 Subject: [PATCH] feat: added SecureTcpIp to eControlMethod enum for plugin. Actual SecureTcpIp client is not currently available. --- Pepperdash Core/Pepperdash Core/Comm/eControlMethods.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pepperdash Core/Pepperdash Core/Comm/eControlMethods.cs b/Pepperdash Core/Pepperdash Core/Comm/eControlMethods.cs index 4e5d2eb..4936afd 100644 --- a/Pepperdash Core/Pepperdash Core/Comm/eControlMethods.cs +++ b/Pepperdash Core/Pepperdash Core/Comm/eControlMethods.cs @@ -11,6 +11,6 @@ namespace PepperDash.Core /// public enum eControlMethod { - None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet, Cec, Udp, Http, Https, Ws, Wss + None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet, Cec, Udp, Http, Https, Ws, Wss, SecureTcpIp } } \ No newline at end of file