Skip to content

Commit

Permalink
20241126
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 26, 2024
1 parent 4eba91d commit 89a6d0e
Showing 1 changed file with 45 additions and 3 deletions.
48 changes: 45 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,10 @@ <h2>Table of Contents</h2>
<a href="#lebai.modbus.SetCoilsRequest"><span class="badge">M</span>SetCoilsRequest</a>
</li>

<li>
<a href="#lebai.modbus.SetModbusRetryRequest"><span class="badge">M</span>SetModbusRetryRequest</a>
</li>

<li>
<a href="#lebai.modbus.SetModbusTimeoutRequest"><span class="badge">M</span>SetModbusTimeoutRequest</a>
</li>
Expand Down Expand Up @@ -6697,6 +6701,37 @@ <h3 id="lebai.modbus.SetCoilsRequest">SetCoilsRequest</h3>



<h3 id="lebai.modbus.SetModbusRetryRequest">SetModbusRetryRequest</h3>
<p></p>


<table class="field-table">
<thead>
<tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>device</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p> </p></td>
</tr>

<tr>
<td>timeout</td>
<td><a href="#uint32">uint32</a></td>
<td></td>
<td><p>接收超时重试次数,默认0 </p></td>
</tr>

</tbody>
</table>





<h3 id="lebai.modbus.SetModbusTimeoutRequest">SetModbusTimeoutRequest</h3>
<p></p>

Expand All @@ -6718,7 +6753,7 @@ <h3 id="lebai.modbus.SetModbusTimeoutRequest">SetModbusTimeoutRequest</h3>
<td>timeout</td>
<td><a href="#uint32">uint32</a></td>
<td></td>
<td><p>超时时间,默认不超时 </p></td>
<td><p>单次接收超时时间,默认600ms,特殊地0为不超时 </p></td>
</tr>

</tbody>
Expand Down Expand Up @@ -6946,7 +6981,14 @@ <h3 id="lebai.modbus.ModbusService">ModbusService</h3>
<td>SetModbusTimeout</td>
<td><a href="#lebai.modbus.SetModbusTimeoutRequest">SetModbusTimeoutRequest</a></td>
<td><a href="#google.protobuf.Empty">.google.protobuf.Empty</a></td>
<td><p>设置超时时间</p></td>
<td><p>设置单次接收超时时间</p></td>
</tr>

<tr>
<td>SetModbusRetry</td>
<td><a href="#lebai.modbus.SetModbusRetryRequest">SetModbusRetryRequest</a></td>
<td><a href="#google.protobuf.Empty">.google.protobuf.Empty</a></td>
<td><p>设置接收超时重发次数</p></td>
</tr>

<tr>
Expand Down Expand Up @@ -10246,7 +10288,7 @@ <h3 id="lebai.serial.SetSerialTimeoutRequest">SetSerialTimeoutRequest</h3>
<td>timeout</td>
<td><a href="#uint32">uint32</a></td>
<td></td>
<td><p>超时时间,默认不超时 </p></td>
<td><p>超时时间,默认800ms,特殊地0为不超时 </p></td>
</tr>

</tbody>
Expand Down

0 comments on commit 89a6d0e

Please sign in to comment.