using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.Peripheral { /// /// 驱动执行命令 /// public enum DRIVER_CMD { LEBAI_RUN_SENCE, } }