17 lines
312 B
Plaintext
17 lines
312 B
Plaintext
namespace DTS.Common.Enums.Sensors.SensorsList
|
|
{
|
|
public enum UartSettingFields
|
|
{
|
|
Included,
|
|
SerialNumber,
|
|
BaudRate,
|
|
DataBits,
|
|
StopBits,
|
|
Parity,
|
|
FlowControl,
|
|
DataFormat,
|
|
LastModifiedBy,
|
|
LastModified
|
|
}
|
|
}
|