Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
smp_transport_bridge Struct Reference

Bridged transport context. More...

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

Data Fields

uint8_t status
 Status of the bridge: 0 for no bridge (free), 1 for bridged (in use).
struct smp_transportincoming_transport
 The incoming transport, (MCUmgr operating in server mode on device) which accepts read and write requests.
struct smp_transportoutgoing_transport
 The outgoing transport, (MCUmgr operating in client mode on device) which accepts read and write responses.

Detailed Description

Bridged transport context.

Field Documentation

◆ incoming_transport

struct smp_transport* smp_transport_bridge::incoming_transport

The incoming transport, (MCUmgr operating in server mode on device) which accepts read and write requests.

◆ outgoing_transport

struct smp_transport* smp_transport_bridge::outgoing_transport

The outgoing transport, (MCUmgr operating in client mode on device) which accepts read and write responses.

◆ status

uint8_t smp_transport_bridge::status

Status of the bridge: 0 for no bridge (free), 1 for bridged (in use).


The documentation for this struct was generated from the following file:
  • zephyr/mgmt/mcumgr/transport/smp.h