Diag-Client-Lib
|
Structure containing DM conversation type. More...
#include <dm_conversation_type.h>
Public Attributes | |
std::uint32_t | rx_buffer_size {} |
The reception buffer size type. More... | |
std::uint16_t | p2_client_max {} |
The maximum p2 client time. More... | |
std::uint16_t | p2_star_client_max {} |
The maximum p2 star client time. More... | |
std::uint16_t | source_address {} |
The source address of conversation. More... | |
std::string | tcp_address {} |
The Tcp IP address of conversation. More... | |
std::uint16_t | port_num {} |
The Port number of conversation. More... | |
std::uint8_t | handler_id {} |
The handle id of conversation. More... | |
Structure containing DM conversation type.
Definition at line 21 of file dm_conversation_type.h.
std::uint8_t diag::client::conversation::DMConversationType::handler_id {} |
The handle id of conversation.
Definition at line 55 of file dm_conversation_type.h.
std::uint16_t diag::client::conversation::DMConversationType::p2_client_max {} |
The maximum p2 client time.
Definition at line 30 of file dm_conversation_type.h.
std::uint16_t diag::client::conversation::DMConversationType::p2_star_client_max {} |
The maximum p2 star client time.
Definition at line 35 of file dm_conversation_type.h.
std::uint16_t diag::client::conversation::DMConversationType::port_num {} |
The Port number of conversation.
Definition at line 50 of file dm_conversation_type.h.
std::uint32_t diag::client::conversation::DMConversationType::rx_buffer_size {} |
The reception buffer size type.
Definition at line 25 of file dm_conversation_type.h.
Referenced by diag::client::conversation_manager::ConversationManager::StoreConversationConfig().
std::uint16_t diag::client::conversation::DMConversationType::source_address {} |
The source address of conversation.
Definition at line 40 of file dm_conversation_type.h.
std::string diag::client::conversation::DMConversationType::tcp_address {} |
The Tcp IP address of conversation.
Definition at line 45 of file dm_conversation_type.h.