namespace XiaoZhiSharp.Utils.Com { /// /// 配置Linux串口信息 /// public class LinuxCom { /// /// Linux下串口号 /// public int LinuxPort { set; get; } /// /// Linux下串口类型 /// public LinuxComType LinuxComType { set; get; } } }