4 lines
95 B
C#
4 lines
95 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record SerialStructEventArgs(byte Type, short Value);
|