Files
Essentials/Essentials Core/PepperDashEssentialsBase/Routing/ICardPortsDevice.cs
2017-03-21 08:36:26 -06:00

20 lines
578 B
C#

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