mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-07 00:35:07 +00:00
feat: RKST-131 add IMatrixRouting interfaces
This commit is contained in:
15
src/PepperDash.Essentials.Core/Routing/IRoutingInputSlot.cs
Normal file
15
src/PepperDash.Essentials.Core/Routing/IRoutingInputSlot.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PepperDash.Essentials.Core.Routing
|
||||
{
|
||||
public interface IRoutingInputSlot: IRoutingSlot, IOnline
|
||||
{
|
||||
string TxDeviceKey { get; }
|
||||
|
||||
bool SyncDetected { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user