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

#include <tcp_shell_if.hpp>

Public Member Functions

 InterruptEntry ()
 
 InterruptEntry (TcpDatLen _byteCnt, TcpPort _dstPort)
 

Public Attributes

TcpDatLen byteCnt
 
TcpPort dstPort
 

Detailed Description

Definition at line 133 of file tcp_shell_if.hpp.

Constructor & Destructor Documentation

◆ InterruptEntry() [1/2]

InterruptEntry::InterruptEntry ( )
inline

Definition at line 137 of file tcp_shell_if.hpp.

137 {}

◆ InterruptEntry() [2/2]

InterruptEntry::InterruptEntry ( TcpDatLen  _byteCnt,
TcpPort  _dstPort 
)
inline

Definition at line 138 of file tcp_shell_if.hpp.

138  :
139  byteCnt(_byteCnt), dstPort(_dstPort) {}
TcpDatLen byteCnt

Member Data Documentation

◆ byteCnt

TcpDatLen InterruptEntry::byteCnt

Definition at line 135 of file tcp_shell_if.hpp.

◆ dstPort

TcpPort InterruptEntry::dstPort

Definition at line 136 of file tcp_shell_if.hpp.


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