|
Diag-Client-Lib
|
Structure containing VD conversation type. More...
#include <vd_conversation_type.h>
Public Attributes | |
| std::string | udp_address {} |
| The Udp IP address of conversation. More... | |
| std::string | udp_broadcast_address {} |
| The Udp broadcast 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 VD conversation type.
Definition at line 21 of file vd_conversation_type.h.
| std::uint8_t diag::client::conversation::VDConversationType::handler_id {} |
The handle id of conversation.
Definition at line 40 of file vd_conversation_type.h.
| std::uint16_t diag::client::conversation::VDConversationType::port_num {} |
The Port number of conversation.
Definition at line 35 of file vd_conversation_type.h.
| std::string diag::client::conversation::VDConversationType::udp_address {} |
The Udp IP address of conversation.
Definition at line 25 of file vd_conversation_type.h.
Referenced by diag::client::conversation_manager::ConversationManager::StoreConversationConfig().
| std::string diag::client::conversation::VDConversationType::udp_broadcast_address {} |
The Udp broadcast IP address of conversation.
Definition at line 30 of file vd_conversation_type.h.