//using System; //using System.Collections.Generic; //using System.Linq; //using System.Text; //using Crestron.SimplSharp; //using PepperDash.Core; //namespace PepperDash.Essentials.Core //{ // /// // /// Defines a class that has cards, like a DM chassis controller, where // /// we need to access ports on those cards // /// // public interface ICardPortsDevice : IKeyed // { // RoutingInputPort GetChildInputPort(string card, string port); // RoutingOutputPort GetChildOutputPort(string card, string port); // } //}