mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-27 11:24:55 +00:00
7 lines
192 B
C#
7 lines
192 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
public interface IRoutingNumeric : IRouting
|
|
{
|
|
void ExecuteNumericSwitch(ushort input, ushort output, eRoutingSignalType type);
|
|
}
|
|
} |