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

#include <nts.hpp>

Public Member Functions

 TcpAppSndReq ()
 
 TcpAppSndReq (SessionId id, TcpDatLen len)
 

Public Attributes

SessionId sessId
 
TcpDatLen length
 

Detailed Description

Definition at line 127 of file nts.hpp.

Constructor & Destructor Documentation

◆ TcpAppSndReq() [1/2]

TcpAppSndReq::TcpAppSndReq ( )
inline

Definition at line 131 of file nts.hpp.

131 {}

◆ TcpAppSndReq() [2/2]

TcpAppSndReq::TcpAppSndReq ( SessionId  id,
TcpDatLen  len 
)
inline

Definition at line 132 of file nts.hpp.

132  :
133  sessId(id), length(len) {}
TcpDatLen length
Definition: nts.hpp:130
SessionId sessId
Definition: nts.hpp:129

Member Data Documentation

◆ length

TcpDatLen TcpAppSndReq::length

Definition at line 130 of file nts.hpp.

◆ sessId

SessionId TcpAppSndReq::sessId

Definition at line 129 of file nts.hpp.


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