Public Attributes | |
uint16_t | length |
uint8_t | response:4 |
uint8_t | opcode:4 |
uint8_t | RR:1 |
uint8_t | F1:1 |
uint8_t | reserved:6 |
uint32_t | msg_id |
Detailed Description
Member Data Documentation
◆ F1
uint8_t _htcpDataHeader::F1 |
Definition at line 104 of file htcp.cc.
Referenced by htcpBuildData(), htcpClrReply(), htcpHandleMsg(), htcpHandleTstRequest(), and htcpHandleTstResponse().
◆ length
uint16_t _htcpDataHeader::length |
Definition at line 88 of file htcp.cc.
Referenced by htcpBuildData(), and htcpHandleMsg().
◆ msg_id
uint32_t _htcpDataHeader::msg_id |
Definition at line 108 of file htcp.cc.
Referenced by htcpBuildData(), htcpClrReply(), htcpHandleMsg(), htcpHandleTstResponse(), and htcpTstReply().
◆ opcode
uint8_t _htcpDataHeader::opcode |
Definition at line 95 of file htcp.cc.
Referenced by htcpSpecifier::checkedHit(), htcpSpecifier::fillChecklist(), htcpBuildData(), htcpHandleClr(), htcpHandleMsg(), and htcpHandleTstRequest().
◆ reserved
uint8_t _htcpDataHeader::reserved |
Definition at line 105 of file htcp.cc.
Referenced by htcpHandleMsg().
◆ response
uint8_t _htcpDataHeader::response |
Definition at line 94 of file htcp.cc.
Referenced by htcpBuildData(), htcpHandleMsg(), and htcpHandleTstResponse().
◆ RR
uint8_t _htcpDataHeader::RR |
Definition at line 103 of file htcp.cc.
Referenced by htcpBuildData(), htcpHandleMsg(), and htcpHandleTst().
The documentation for this struct was generated from the following file:
- src/htcp.cc