Skip to content

Struct SYN_Packet

ClassList > SYN_Packet

Router packet — wire format header + payload buffer.

  • #include <syn_router.h>

Public Attributes

Type Name
uint8_t dst
uint8_t flags
uint8_t len
uint8_t payload
uint8_t seq
uint8_t src
uint8_t type

Public Attributes Documentation

variable dst

uint8_t SYN_Packet::dst;

Destination (0xFF = broadcast)


variable flags

uint8_t SYN_Packet::flags;

Packet flags


variable len

uint8_t SYN_Packet::len;

Payload length


variable payload

uint8_t SYN_Packet::payload[SYN_ROUTER_MAX_PAYLOAD];

Payload data


variable seq

uint8_t SYN_Packet::seq;

Sequence number


variable src

uint8_t SYN_Packet::src;

Source node ID


variable type

uint8_t SYN_Packet::type;

Message type (app-defined)



The documentation for this class was generated from the following file src/syntropic/net/syn_router.h