Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/MECF/Framework/Common/FAServices/SecsDataType.cs

12 lines
126 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace MECF.Framework.Common.FAServices
{
public enum SecsDataType
{
U1 = 0,
L = 1,
A = 2,
U4 = 3,
F8 = 4
}
}