| 
    client-c
    0.8.1
    
   | 
 
#include <kaatcp_common.h>
Public Attributes | |
| uint16_t | protocol_name_length | 
| char | protocol_name [KAATCP_PROTOCOL_NAME_MAX_SIZE] | 
| uint8_t | protocol_version | 
| uint16_t | message_id | 
| uint8_t | flags | 
Definition at line 126 of file kaatcp_common.h.
| uint8_t kaatcp_kaasync_header_t::flags | 
Definition at line 132 of file kaatcp_common.h.
| uint16_t kaatcp_kaasync_header_t::message_id | 
Definition at line 131 of file kaatcp_common.h.
| char kaatcp_kaasync_header_t::protocol_name[KAATCP_PROTOCOL_NAME_MAX_SIZE] | 
Definition at line 128 of file kaatcp_common.h.
| uint16_t kaatcp_kaasync_header_t::protocol_name_length | 
Definition at line 127 of file kaatcp_common.h.
| uint8_t kaatcp_kaasync_header_t::protocol_version | 
Definition at line 130 of file kaatcp_common.h.