mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-03 14:55:05 +00:00
feat: adds routing sync provider interface and delegate
This commit is contained in:
@@ -204,4 +204,11 @@ namespace PepperDash.Essentials.Core
|
||||
SigType = sigType;
|
||||
}
|
||||
}
|
||||
|
||||
public interface IRoutingSyncProvider
|
||||
{
|
||||
event RoutingSyncProviderDelegate SyncChanged;
|
||||
}
|
||||
|
||||
public delegate void RoutingSyncProviderDelegate(uint inputNumber, bool hasSync);
|
||||
}
|
||||
Reference in New Issue
Block a user