|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <tcp_shell_if.hpp>
Public Member Functions | |
| ForwardCmd () | |
| ForwardCmd (SessionId _sessId, TcpDatLen _datLen, CmdBit _action, DropCode _dropCode) | |
Public Attributes | |
| SessionId | sessId |
| TcpDatLen | datLen |
| CmdBit | action |
| DropCode | dropCode |
Definition at line 115 of file tcp_shell_if.hpp.
|
inline |
Definition at line 121 of file tcp_shell_if.hpp.
|
inline |
Definition at line 122 of file tcp_shell_if.hpp.
| CmdBit ForwardCmd::action |
Definition at line 119 of file tcp_shell_if.hpp.
| TcpDatLen ForwardCmd::datLen |
Definition at line 118 of file tcp_shell_if.hpp.
| DropCode ForwardCmd::dropCode |
Definition at line 120 of file tcp_shell_if.hpp.
| SessionId ForwardCmd::sessId |
Definition at line 117 of file tcp_shell_if.hpp.