mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
feat: adds routing sync provider interface and delegate
This commit is contained in:
parent
0fad667fab
commit
5a67a4060d
1 changed files with 7 additions and 0 deletions
|
|
@ -204,4 +204,11 @@ namespace PepperDash.Essentials.Core
|
|||
SigType = sigType;
|
||||
}
|
||||
}
|
||||
|
||||
public interface IRoutingSyncProvider
|
||||
{
|
||||
event RoutingSyncProviderDelegate SyncChanged;
|
||||
}
|
||||
|
||||
public delegate void RoutingSyncProviderDelegate(uint inputNumber, bool hasSync);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue