Files
DP44/Common/DTS.Common/Enums/UartDataFormat.cs

10 lines
134 B
C#
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
namespace DTS.Common.Enums
{
public enum UartDataFormat
{
Binary,
PlainText,
NMEA
}
}