join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::BasicDhcpClient< Protocol >::PendingRequest Struct Reference

message waiting for its answer. More...

#include <dhcp.hpp>

Collaboration diagram for join::BasicDhcpClient< Protocol >::PendingRequest:

Public Attributes

Condition cond
 answer notification.
 
DhcpPacket::Ptr answer
 answer received.
 

Detailed Description

template<class Protocol>
struct join::BasicDhcpClient< Protocol >::PendingRequest

message waiting for its answer.

Member Data Documentation

◆ answer

template<class Protocol >
DhcpPacket::Ptr join::BasicDhcpClient< Protocol >::PendingRequest::answer

answer received.

◆ cond

template<class Protocol >
Condition join::BasicDhcpClient< Protocol >::PendingRequest::cond

answer notification.


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