Skip to content

Commit c19210b

Browse files
committed
LINKTYPE_CAN_SOCKETCAN: add the CANXL_RRS bit.
That bit indicates whether the Remote Request Substitution bit is set for a CAN XL frame.
1 parent 5630f21 commit c19210b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

htmlsrc/linktypes/LINKTYPE_CAN_SOCKETCAN.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ <h4 class="subtitle">Description</h4>
206206
</p>
207207
<ul>
208208
<li><code>CANXL_SEC</code> (<code>0x01</code>) - Simple Extended Content.</li>
209+
<li><code>CANXL_RRS</code> (<code>0x02</code>) - Remote Request Substitution.</li>
209210
<li><code>CANXL_XLF</code> (<code>0x80</code>) - if set, the frame is a CAN XL frame; if not set,
210211
the frame is a CAN CC frame or a CAN FD frame.</li>
211212
</ul>

linktypes/LINKTYPE_CAN_SOCKETCAN.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ <h4 class="subtitle">Description</h4>
250250
</p>
251251
<ul>
252252
<li><code>CANXL_SEC</code> (<code>0x01</code>) - Simple Extended Content.</li>
253+
<li><code>CANXL_RRS</code> (<code>0x02</code>) - Remote Request Substitution.</li>
253254
<li><code>CANXL_XLF</code> (<code>0x80</code>) - if set, the frame is a CAN XL frame; if not set,
254255
the frame is a CAN CC frame or a CAN FD frame.</li>
255256
</ul>

0 commit comments

Comments
 (0)