payload Layer
The <payload> layer represents message payload. It is the only must-have layer in the frame definition. It doesn't have any extra properties in addition to common ones.
<?xml version="1.0" encoding="UTF-8"?>
<schema ...>
<frame name="ProtocolFrame">
...
<payload name="Data">
</frame>
</schema>
Last updated
Was this helpful?