mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-29 04:15:00 +00:00
10 lines
280 B
C#
10 lines
280 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
/// <summary>
|
|
/// Defines a receiver that has internal routing (DM-RMC-4K-Z-SCALER-C)
|
|
/// </summary>
|
|
public interface IRmcRouting : IRoutingNumeric
|
|
{
|
|
IntFeedback AudioVideoSourceNumericFeedback { get; }
|
|
}
|
|
} |