1 Star 0 Fork 0

wanlei_chen / winform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dataType.cs 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
wanlei_chen 提交于 2020-07-21 10:16 . 那就这样吧

namespace dc_power_monitor
{
public class RootObject
{
public string cmd { get; set; }
public bool sta { get; set; }
public string vol { get; set; }
public string cur { get; set; }
public string pow { get; set; }
public string vSet { get; set; }
public string cSet { get; set; }
public string eCode { get; set; }
public bool ctrmod { get; set; }
public bool volmod { get; set; }
public bool dissta { get; set; }
public bool[] devsta { get; set; }
public ushort[] errcode { get; set; }
}
public class inputParam
{
public string inCur { get; set; }
public string inHz { get; set; }
public string inUV { get; set; }
public string inVW { get; set; }
public string inWU { get; set; }
}
public class modParam
{
public bool[] mod_online { get; set; }
public ushort[] mod_out_i { get; set; }
public bool[] mod_fault { get; set; }
}
public class outputSet
{
public string cmd { get; set; }
public int vol_set { get; set; }
public int cur_set { get; set; }
}
public class powerOnOff
{
public string cmd { get; set; }
public string sw { get; set; }
}
public class ctrModSwitch
{
public string cmd { get; set; }
public string mod { get; set; }
}
}
1
https://gitee.com/MenGe/winform.git
git@gitee.com:MenGe/winform.git
MenGe
winform
winform
master

搜索帮助