19 lines
366 B
Plaintext
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,
|
|
}
|
|
}
|