cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
SessionLookupReply Class Reference

#include <toe.hpp>

Public Member Functions

 SessionLookupReply ()
 
 SessionLookupReply (SessionId id, HitState hit)
 

Public Attributes

SessionId sessionID
 
HitState hit
 

Detailed Description

Definition at line 332 of file toe.hpp.

Constructor & Destructor Documentation

◆ SessionLookupReply() [1/2]

SessionLookupReply::SessionLookupReply ( )
inline

Definition at line 336 of file toe.hpp.

336 {}

◆ SessionLookupReply() [2/2]

SessionLookupReply::SessionLookupReply ( SessionId  id,
HitState  hit 
)
inline

Definition at line 337 of file toe.hpp.

337  :
338  sessionID(id), hit(hit) {}
SessionId sessionID
Definition: toe.hpp:334
HitState hit
Definition: toe.hpp:335

Member Data Documentation

◆ hit

HitState SessionLookupReply::hit

Definition at line 335 of file toe.hpp.

◆ sessionID

SessionId SessionLookupReply::sessionID

Definition at line 334 of file toe.hpp.


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