![]() |
FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
A class that listens to DHCP Events. More...
Collaboration diagram for VOM::dhcp_client::event_listener:Public Member Functions | |
| event_listener () | |
| Constructor. More... | |
| virtual void | handle_dhcp_event (std::shared_ptr< lease_t > e)=0 |
| listener's virtual function invoked when a DHCP event is available to read More... | |
| HW::item< bool > & | status () |
| Return the HW::item associated with this command. More... | |
Protected Attributes | |
| HW::item< bool > | m_status |
| The HW::item associated with this command. More... | |
A class that listens to DHCP Events.
Definition at line 83 of file dhcp_client.hpp.
| VOM::dhcp_client::event_listener::event_listener | ( | ) |
Constructor.
Definition at line 235 of file dhcp_client.cpp.
|
pure virtual |
listener's virtual function invoked when a DHCP event is available to read
Here is the caller graph for this function:Return the HW::item associated with this command.
Definition at line 241 of file dhcp_client.cpp.
Here is the call graph for this function:The HW::item associated with this command.
Definition at line 106 of file dhcp_client.hpp.