Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/Common/DeviceData/AITPressureSensorPropertyNa...

12 lines
230 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace Aitex.Core.Common.DeviceData
{
public class AITPressureSensorPropertyName
{
public const string Feedback = "Feedback";
public const string IsWarning = "IsWarning";
public const string IsError = "IsError";
}
}