Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions htmlsrc/linktypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2359,6 +2359,18 @@ <h2 class="title">
<a href="linktypes/LINKTYPE_FIRA_UCI.html">
Ultra-wideband (UWB) controller interface protocol (UCI).</a>
</td>
</tr>

<tr>
<td class="symbol">LINKTYPE_MDB</td>
<td class="number">300</td>
<td class="symbol">DLT_MDB</td>
<td>
MDB (Multi-Drop Bus) protocol between a vending machine controller and
peripherals inside the vending machine, with the message format specified by
<a class=away href="https://www.kaiser.cx/pcap-mdb.html">the PCAP format for
MDB specification</a>.
</td>
</tr>
</table>
</div>
Expand Down
12 changes: 12 additions & 0 deletions linktypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2403,6 +2403,18 @@ <h2 class="title">
<a href="linktypes/LINKTYPE_FIRA_UCI.html">
Ultra-wideband (UWB) controller interface protocol (UCI).</a>
</td>
</tr>

<tr>
<td class="symbol">LINKTYPE_MDB</td>
<td class="number">300</td>
<td class="symbol">DLT_MDB</td>
<td>
MDB (Multi-Drop Bus) protocol between a vending machine controller and
peripherals inside the vending machine, with the message format specified by
<a class=away href="https://www.kaiser.cx/pcap-mdb.html">the PCAP format for
MDB specification</a>.
</td>
</tr>
</table>
</div>
Expand Down