Files
PepperDashCore/Pepperdash Core/Pepperdash Core/Comm/eControlMethods.cs
2018-01-23 15:58:09 -07:00

13 lines
250 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash.Core
{
public enum eControlMethod
{
None = 0, Com, IpId, IR, Ssh, Tcpip, Telnet, Cresnet
}
}