Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
smp_client_object Struct Reference

SMP client object. More...

#include <zephyr/mgmt/mcumgr/smp/smp_client.h>

Data Fields

struct k_work work
 Must be the first member.
struct k_fifo tx_fifo
 FIFO for client TX queue.
struct smp_transportsmpt
 SMP transport object.
uint8_t smp_seq
 SMP SEQ.

Detailed Description

SMP client object.

Field Documentation

◆ smp_seq

uint8_t smp_client_object::smp_seq

SMP SEQ.

◆ smpt

struct smp_transport* smp_client_object::smpt

SMP transport object.

◆ tx_fifo

struct k_fifo smp_client_object::tx_fifo

FIFO for client TX queue.

◆ work

struct k_work smp_client_object::work

Must be the first member.


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