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

14 lines
302 B
C#

namespace Aitex.Core.Common.DeviceData
{
public class AITCylinderProperty
{
public const string OpenFeedback = "OpenFeedback";
public const string CloseFeedback = "CloseFeedback";
public const string OpenSetPoint = "OpenSetPoint";
public const string CloseSetPoint = "CloseSetPoint";
}
}