Public Member Functions | |
htcpStuff (uint32_t id, int o, int r, int f) | |
Public Attributes | |
int | op = 0 |
int | rr = 0 |
int | f1 = 0 |
int | response = 0 |
int | reason = 0 |
uint32_t | msg_id |
htcpSpecifier | S |
htcpDetail | D |
Detailed Description
Constructor & Destructor Documentation
◆ htcpStuff()
Member Data Documentation
◆ D
htcpDetail htcpStuff::D |
Definition at line 196 of file htcp.cc.
Referenced by htcpBuildDetail(), and htcpTstReply().
◆ f1
int htcpStuff::f1 = 0 |
Definition at line 191 of file htcp.cc.
Referenced by htcpBuildData(), and htcpBuildTstOpData().
◆ msg_id
uint32_t htcpStuff::msg_id |
Definition at line 194 of file htcp.cc.
Referenced by htcpBuildData(), and htcpQuery().
◆ op
int htcpStuff::op = 0 |
Definition at line 189 of file htcp.cc.
Referenced by htcpBuildData(), and htcpBuildOpData().
◆ reason
int htcpStuff::reason = 0 |
Definition at line 193 of file htcp.cc.
Referenced by htcpBuildClrOpData(), and htcpClear().
◆ response
int htcpStuff::response = 0 |
Definition at line 192 of file htcp.cc.
Referenced by htcpBuildData(), htcpClrReply(), and htcpTstReply().
◆ rr
int htcpStuff::rr = 0 |
Definition at line 190 of file htcp.cc.
Referenced by htcpBuildClrOpData(), htcpBuildData(), and htcpBuildTstOpData().
◆ S
htcpSpecifier htcpStuff::S |
Definition at line 195 of file htcp.cc.
Referenced by htcpBuildSpecifier(), htcpClear(), htcpQuery(), and htcpTstReply().
The documentation for this class was generated from the following file:
- src/htcp.cc