You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
293 B
12 lines
293 B
6 days ago
|
using HybirdFrameworkDriver.ModbusTcpMaster;
|
||
|
|
||
|
namespace Service.UpsAfrica.Msg;
|
||
|
|
||
|
public class UpsIndexC0
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// 获取/设置波特率
|
||
|
/// </summary>
|
||
|
public ModbusProperty<short> GettingSettingBaudRate=new(30192,start:0,length:4,type:ModbusDataType.Bit);
|
||
|
|
||
|
}
|