EthRuntimeBindingSource class final
#include <net/eth/dhcp_binding_registry.hpp>
Adapter exposing EthNetifRuntime binding snapshot through IEthBindingSnapshotSource.
Base classes
- class IEthBindingSnapshotSource
- Read-only source of current lwIP binding snapshot for one interface.
Constructors, destructors, conversion operators
- EthRuntimeBindingSource(const EthNetifRuntime& runtime) explicit
- Wraps one
EthNetifRuntimeinstance as snapshot source.
Public functions
- auto binding_snapshot(EthNetifBindingSnapshot* out) const -> bool override
- Delegates snapshot capture to wrapped runtime instance.