小转盘基本都能出列
This commit is contained in:
26
DH.Devices.Motion/MCDLL_NET_Code.cs
Normal file
26
DH.Devices.Motion/MCDLL_NET_Code.cs
Normal file
@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace XKRS.Device.SolidMotionCard
|
||||
{
|
||||
|
||||
public enum FuncRet
|
||||
{
|
||||
/// <summary>
|
||||
/// 正常命令执行成功
|
||||
/// </summary>
|
||||
Function_Success = 0,
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 打开站点不成功
|
||||
/// </summary>
|
||||
|
||||
ERR_Open_Station_Fail = -18,
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user