Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 552 Bytes

id.adoc

File metadata and controls

19 lines (19 loc) · 552 Bytes

<id> Layer

The <id> layer represents numeric message ID. The frame definition must NOT contain more than one <id> layer.

<?xml version="1.0" encoding="UTF-8"?>
<schema ...>
    <frame name="ProtocolFrame">
        <id name="Id">
            <int name="IdField" type="uint8" />
        </id>
        <payload name="Data" />
    </frame>
</schema>

The <id> layer doesn’t have any extra properties in addition to common ones.