Better handling for HdBaseT style TX units on non CPU3 DM Chassis

This commit is contained in:
Neil Dorin
2019-10-09 12:32:58 -06:00
parent ac93081278
commit d21f6798fd
3 changed files with 137 additions and 101 deletions

View File

@@ -21,6 +21,8 @@ namespace PepperDash.Essentials.DM
{
public DmTx401C Tx { get; private set; }
public RoutingInputPortWithVideoStatuses HdmiIn { get; private set; }
public RoutingInputPortWithVideoStatuses DisplayPortIn { get; private set; }
public RoutingInputPortWithVideoStatuses VgaIn { get; private set; }