mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +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;
|
SigType = sigType;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public interface IRoutingSyncProvider
|
||||||
|
{
|
||||||
|
event RoutingSyncProviderDelegate SyncChanged;
|
||||||
|
}
|
||||||
|
|
||||||
|
public delegate void RoutingSyncProviderDelegate(uint inputNumber, bool hasSync);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user