Zephyr Project API  3.4.0
A Scalable Open Source RTOS
conn_mgr_conn_binding Struct Reference

Connectivity Manager network interface binding structure. More...

#include <conn_mgr_connectivity.h>

Data Fields

struct net_ififace
 
const struct conn_mgr_conn_implimpl
 
void * ctx
 
uint32_t flags
 
int timeout
 

Detailed Description

Connectivity Manager network interface binding structure.

Binds a conn_mgr connectivity implementation to an iface / network device. Stores per-iface state for the connectivity implementation.

Field Documentation

◆ ctx

void* conn_mgr_conn_binding::ctx

◆ flags

uint32_t conn_mgr_conn_binding::flags

◆ iface

struct net_if* conn_mgr_conn_binding::iface

◆ impl

const struct conn_mgr_conn_impl* conn_mgr_conn_binding::impl

◆ timeout

int conn_mgr_conn_binding::timeout

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