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