Files
DP44/Common/DTS.CommonCore/.svn/pristine/0b/0bc6bccb3f1ae93580312c30a87d4be24b49dcc7.svn-base
2026-04-17 14:55:32 -04:00

19 lines
366 B
Plaintext

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DTS.Common.Enums.Sensors.SensorsList
{
public enum StreamInSettingFields
{
Included,
SerialNumber,
Description,
LastModifiedBy,
LastModified,
UDPAddress,
}
}