|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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_transport * | incoming_transport |
| The incoming transport, (MCUmgr operating in server mode on device) which accepts read and write requests. | |
| struct smp_transport * | outgoing_transport |
| The outgoing transport, (MCUmgr operating in client mode on device) which accepts read and write responses. | |
Bridged transport context.
| struct smp_transport* smp_transport_bridge::incoming_transport |
The incoming transport, (MCUmgr operating in server mode on device) which accepts read and write requests.
| struct smp_transport* smp_transport_bridge::outgoing_transport |
The outgoing transport, (MCUmgr operating in client mode on device) which accepts read and write responses.
| uint8_t smp_transport_bridge::status |
Status of the bridge: 0 for no bridge (free), 1 for bridged (in use).