mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-27 19:34:51 +00:00
10 lines
249 B
C#
10 lines
249 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
/// <summary>
|
|
/// Defines the contract for IRmcRouting
|
|
/// </summary>
|
|
public interface IRmcRouting : IRoutingNumeric
|
|
{
|
|
IntFeedback AudioVideoSourceNumericFeedback { get; }
|
|
}
|
|
} |