|
ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
|
UDP payload container. More...
#include <w5500_driver.h>
Data Fields | |
| uint8_t * | payload |
| size_t | length |
UDP payload container.
Definition at line 71 of file w5500_driver.h.
| size_t UDP_FRAME_T::length |
Payload length in bytes.
Definition at line 76 of file w5500_driver.h.
Referenced by decode_hdlc_to_udp_tx(), event_dispatch(), init_app(), poll_and_enqueue_udp_rx(), tx_queue_enqueue_udp_frame(), w5500_poll_rx(), and w5500_udp_tx().
| uint8_t* UDP_FRAME_T::payload |
Pointer to payload bytes.
Definition at line 74 of file w5500_driver.h.
Referenced by decode_hdlc_to_udp_tx(), event_dispatch(), init_app(), poll_and_enqueue_udp_rx(), tx_queue_enqueue_udp_frame(), w5500_poll_rx(), and w5500_udp_tx().