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

#include <nts.hpp>

Public Member Functions

 TcpAppNotif ()
 
 TcpAppNotif (SessionId sessId, TcpState tcpState)
 
 TcpAppNotif (SessionId sessId, TcpDatLen dataLen, Ip4Addr sa, TcpPort sp, TcpPort dp)
 
 TcpAppNotif (SessionId sessId, TcpDatLen dataLen, Ip4Addr sa, TcpPort sp, TcpPort dp, TcpState tcpState)
 

Public Attributes

SessionId sessionID
 
TcpDatLen tcpDatLen
 
Ip4Addr ip4SrcAddr
 
TcpPort tcpSrcPort
 
TcpPort tcpDstPort
 
TcpState tcpState
 

Detailed Description

Definition at line 87 of file nts.hpp.

Constructor & Destructor Documentation

◆ TcpAppNotif() [1/4]

TcpAppNotif::TcpAppNotif ( )
inline

Definition at line 95 of file nts.hpp.

95 {}

◆ TcpAppNotif() [2/4]

TcpAppNotif::TcpAppNotif ( SessionId  sessId,
TcpState  tcpState 
)
inline

Definition at line 96 of file nts.hpp.

96  :
97  sessionID( sessId), tcpDatLen( 0), ip4SrcAddr(0),
SessionId sessionID
Definition: nts.hpp:89
Ip4Addr ip4SrcAddr
Definition: nts.hpp:91
TcpPort tcpDstPort
Definition: nts.hpp:93
TcpDatLen tcpDatLen
Definition: nts.hpp:90
TcpPort tcpSrcPort
Definition: nts.hpp:92
TcpState tcpState
Definition: nts.hpp:94

◆ TcpAppNotif() [3/4]

TcpAppNotif::TcpAppNotif ( SessionId  sessId,
TcpDatLen  dataLen,
Ip4Addr  sa,
TcpPort  sp,
TcpPort  dp 
)
inline

Definition at line 99 of file nts.hpp.

100  :
101  sessionID( sessId), tcpDatLen(dataLen), ip4SrcAddr(sa),
102  tcpSrcPort(sp), tcpDstPort(dp), tcpState(CLOSED) {}
@ CLOSED
Definition: nts_types.hpp:296

◆ TcpAppNotif() [4/4]

TcpAppNotif::TcpAppNotif ( SessionId  sessId,
TcpDatLen  dataLen,
Ip4Addr  sa,
TcpPort  sp,
TcpPort  dp,
TcpState  tcpState 
)
inline

Definition at line 103 of file nts.hpp.

104  :
105  sessionID( sessId), tcpDatLen(dataLen), ip4SrcAddr(sa),
106  tcpSrcPort(sp), tcpDstPort(dp), tcpState(tcpState) {}

Member Data Documentation

◆ ip4SrcAddr

Ip4Addr TcpAppNotif::ip4SrcAddr

Definition at line 91 of file nts.hpp.

◆ sessionID

SessionId TcpAppNotif::sessionID

Definition at line 89 of file nts.hpp.

◆ tcpDatLen

TcpDatLen TcpAppNotif::tcpDatLen

Definition at line 90 of file nts.hpp.

◆ tcpDstPort

TcpPort TcpAppNotif::tcpDstPort

Definition at line 93 of file nts.hpp.

◆ tcpSrcPort

TcpPort TcpAppNotif::tcpSrcPort

Definition at line 92 of file nts.hpp.

◆ tcpState

TcpState TcpAppNotif::tcpState

Definition at line 94 of file nts.hpp.


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