We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907df56 commit 54e8f99Copy full SHA for 54e8f99
src/BootstrapBlazor.Server/Components/Samples/Modbus/ModbusFactories.razor
@@ -78,7 +78,7 @@ private IModbusFactory? ModbusFactory { get; set; }</Pre>
78
<li>保持寄存器 (Holding Registers) 最大读取数量: <code>125</code>, 最大写入数量: <code>123</code></li>
79
</ul>
80
81
-<p><code>IModbusClient</code> 所有读取返回值均为 <code>IModbusResponse</code> 实例</p> 其定义如下:
+<p><code>IModbusClient</code> 所有读取返回值均为 <code>IModbusResponse</code> 实例</p> 其定义如下:
82
83
<Pre>public interface IModbusResponse
84
{
0 commit comments