FD.io VPP
v19.08-27-gf4dcae4
Vector Packet Processing
|
A class that listens to DHCP Events. More...
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
Return the HW::item associated with this command.
Definition at line 241 of file dhcp_client.cpp.
The HW::item associated with this command.
Definition at line 106 of file dhcp_client.hpp.