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.
|
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);
|
|
|
|
} |