table Frame
fbs/transport.fbs / Source schema
Optional multiplexed transport frame for generic bridges and multiplexed byte streams. This is an intentional table boundary: the canonical Zenoh encoding publishes bare fixed-layout payload structs with the key as the discriminator, and constrained serial links should prefer the compact framing described in the README ([sync][len][topic_id][seq][flags] [bare struct][crc16]) over this envelope. Frame remains for consumers that need a self-contained FlatBuffers container.
| Name | Type | Unit / Scale | Notes |
|---|---|---|---|
header | FrameHeader | Fixed-layout transport header. | |
message | SynapseMessage | Variable message payload selected by the union discriminator. |