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

#include <nts.hpp>

Public Member Functions

 TcpAppSndRep ()
 
 TcpAppSndRep (SessionId sessId, TcpDatLen datLen, TcpDatLen space, TcpAppSndErr rc)
 

Public Attributes

SessionId sessId
 
TcpDatLen length
 
TcpDatLen spaceLeft
 
TcpAppSndErr error
 

Detailed Description

Definition at line 140 of file nts.hpp.

Constructor & Destructor Documentation

◆ TcpAppSndRep() [1/2]

TcpAppSndRep::TcpAppSndRep ( )
inline

Definition at line 146 of file nts.hpp.

146 {}

◆ TcpAppSndRep() [2/2]

TcpAppSndRep::TcpAppSndRep ( SessionId  sessId,
TcpDatLen  datLen,
TcpDatLen  space,
TcpAppSndErr  rc 
)
inline

Definition at line 147 of file nts.hpp.

147  :
148  sessId(sessId), length(datLen), spaceLeft(space), error(rc) {}
TcpDatLen spaceLeft
Definition: nts.hpp:144
SessionId sessId
Definition: nts.hpp:142
TcpAppSndErr error
Definition: nts.hpp:145
TcpDatLen length
Definition: nts.hpp:143

Member Data Documentation

◆ error

TcpAppSndErr TcpAppSndRep::error

Definition at line 145 of file nts.hpp.

◆ length

TcpDatLen TcpAppSndRep::length

Definition at line 143 of file nts.hpp.

◆ sessId

SessionId TcpAppSndRep::sessId

Definition at line 142 of file nts.hpp.

◆ spaceLeft

TcpDatLen TcpAppSndRep::spaceLeft

Definition at line 144 of file nts.hpp.


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