This commit is contained in:
Dan Clark
2025-02-10 12:50:45 +00:00
parent 18ceb512f6
commit f6e55b7a21
8 changed files with 150 additions and 69 deletions
@@ -0,0 +1,3 @@
namespace Toolkit.Foundation;
public record SerialStructEventArgs(byte Type, short Value);