Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Maintains state for an incoming mcumgr request packet. More...
#include <serial.h>
Data Fields | |
struct net_buf * | nb |
Contains the partially- or fully-received mcumgr request. | |
uint16_t | pkt_len |
Length of full packet, as read from header. | |
Maintains state for an incoming mcumgr request packet.
struct net_buf* mcumgr_serial_rx_ctxt::nb |
Contains the partially- or fully-received mcumgr request.
Data stored in this buffer has already been base64-decoded.
uint16_t mcumgr_serial_rx_ctxt::pkt_len |
Length of full packet, as read from header.