|  | Kea 3.1.0
    | 
Class of pending Radius access request. More...
#include <radius_access.h>
| Public Member Functions | |
| RadiusAuthPendingRequest (PktPtrType query) | |
| Constructor. | |
| Public Attributes | |
| PktPtrType | query_ | 
| The query which triggered the access request. | |
Class of pending Radius access request.
| PktPtrType | Either Pkt4Ptr or Pkt6Ptr. | 
Definition at line 25 of file radius_access.h.
| 
 | inline | 
Constructor.
| query | The query which triggered the access request. | 
Definition at line 31 of file radius_access.h.
References query_.
| PktPtrType isc::radius::RadiusAuthPendingRequest< PktPtrType >::query_ | 
The query which triggered the access request.
Definition at line 34 of file radius_access.h.
Referenced by RadiusAuthPendingRequest().