Skip to content

Commit

Permalink
deploy: 897bf76
Browse files Browse the repository at this point in the history
  • Loading branch information
bmenne-dspace committed Dec 10, 2024
1 parent ed2d2c4 commit 820c3a2
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@
<div id="header">
<h1>Layered Standard for Network Communication</h1>
<div class="details">
<span id="revnumber">version f4e0992,</span>
<span id="revdate">2024-12-03</span>
<span id="revnumber">version 897bf76,</span>
<span id="revdate">2024-12-10</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Contents</div>
Expand Down Expand Up @@ -2520,12 +2520,14 @@ <h6 id="low-cut-can-transmit-operation">5.5.1.2.1. Transmit</h6>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Data Length</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">2 byte</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Specifies the length of the Data argument in bytes.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Specifies the length of the Data argument in bytes.
Note: The argument value describes the actual data length and not the CAN Data Length Code (DLC).</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Data</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">n byte</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN Format.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN Format.
Note: The value of this argument also includes padding bytes if these are required by the CAN format in the respective situation.</p></td>
</tr>
<tr>
<th class="tableblock halign-left valign-top"><p class="tableblock">Behavior</p></th>
Expand Down Expand Up @@ -2604,12 +2606,14 @@ <h6 id="low-cut-can-transmit-operation">5.5.1.2.1. Transmit</h6>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Data Length</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">2 byte</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Specifies the length of the Data argument in bytes.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Specifies the length of the Data argument in bytes.
Note: The argument value describes the actual data length and not the CAN Data Length Code (DLC).</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Data</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">n byte</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN FD Format.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN FD Format.
Note: The value of this argument also includes padding bytes if these are required by the CAN format in the respective situation.</p></td>
</tr>
<tr>
<th class="tableblock halign-left valign-top"><p class="tableblock">Behavior</p></th>
Expand Down Expand Up @@ -2693,12 +2697,14 @@ <h6 id="low-cut-can-transmit-operation">5.5.1.2.1. Transmit</h6>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Data Length</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">2 byte</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Specifies the length of the Data argument in bytes.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Specifies the length of the Data argument in bytes.
Note: The argument value describes the actual data length and not the CAN Data Length Code (DLC).</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Data</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">n byte</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN XL Format.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN XL Format.
Note: The value of this argument also includes padding bytes if these are required by the CAN format in the respective situation.</p></td>
</tr>
<tr>
<th class="tableblock halign-left valign-top"><p class="tableblock">Behavior</p></th>
Expand Down

0 comments on commit 820c3a2

Please sign in to comment.