_htcpHeader Struct Reference
Collaboration diagram for _htcpHeader:
Public Attributes | |
uint16_t | length |
u_char | major |
u_char | minor |
Detailed Description
Member Data Documentation
◆ length
uint16_t _htcpHeader::length |
Definition at line 58 of file htcp.cc.
Referenced by htcpBuildPacket(), and htcpHandleMsg().
◆ major
u_char _htcpHeader::major |
Definition at line 59 of file htcp.cc.
Referenced by htcpBuildPacket(), and htcpHandleMsg().
◆ minor
u_char _htcpHeader::minor |
Definition at line 60 of file htcp.cc.
Referenced by htcpBuildPacket(), and htcpHandleMsg().
The documentation for this struct was generated from the following file:
- src/htcp.cc