resolve #130 Add new interface IRmcRouting

add DmRmc4kZScalerC endpoint and associated changes to bridge and joinmap
add DmRmc4kZScalerCController
This commit is contained in:
Trevor Payne
2020-04-28 12:19:23 -05:00
parent 1acc018a81
commit 4d433ebf22
3 changed files with 181 additions and 4 deletions

View File

@@ -89,6 +89,13 @@ namespace PepperDash.Essentials.Core
IntFeedback VideoSourceNumericFeedback { get; }
IntFeedback AudioSourceNumericFeedback { get; }
void ExecuteNumericSwitch(ushort input, ushort output, eRoutingSignalType type);
}
public interface IRmcRouting : IRouting
{
IntFeedback AudioVideoSourceNumericFeedback { get; }
void ExecuteNumericSwitch(ushort input, ushort output, eRoutingSignalType type);
}
/// <summary>