cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <tcp_shell_if.hpp>
Public Member Functions | |
InterruptQuery () | |
InterruptQuery (SessionId _sessId, QueryCmd _action=GET) | |
InterruptQuery (SessionId _sessId, TcpDatLen _byteCnt) | |
InterruptQuery (SessionId _sessId, InterruptEntry _entry, QueryCmd _action=POST) | |
Public Attributes | |
SessionId | sessId |
InterruptEntry | entry |
QueryCmd | action |
Definition at line 151 of file tcp_shell_if.hpp.
|
inline |
Definition at line 156 of file tcp_shell_if.hpp.
Definition at line 157 of file tcp_shell_if.hpp.
Definition at line 159 of file tcp_shell_if.hpp.
|
inline |
Definition at line 161 of file tcp_shell_if.hpp.
QueryCmd InterruptQuery::action |
Definition at line 155 of file tcp_shell_if.hpp.
InterruptEntry InterruptQuery::entry |
Definition at line 154 of file tcp_shell_if.hpp.
SessionId InterruptQuery::sessId |
Definition at line 153 of file tcp_shell_if.hpp.