Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mcumgr_serial_rx_ctxt Struct Reference

Maintains state for an incoming mcumgr request packet. More...

#include <serial.h>

Data Fields

struct net_bufnb
 Contains the partially- or fully-received mcumgr request.
 
uint16_t pkt_len
 Length of full packet, as read from header.
 

Detailed Description

Maintains state for an incoming mcumgr request packet.

Field Documentation

◆ nb

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.

◆ pkt_len

uint16_t mcumgr_serial_rx_ctxt::pkt_len

Length of full packet, as read from header.


The documentation for this struct was generated from the following file: