Diag-Client-Lib
Public Attributes | List of all members
diag::client::conversation::VDConversationType Struct Reference

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...
 
uint16_t port_num {}
 The Port number of conversation. More...
 
std::uint8_t handler_id {}
 The handle id of conversation. More...
 

Detailed Description

Structure containing VD conversation type.

Definition at line 21 of file vd_conversation_type.h.

Member Data Documentation

◆ handler_id

std::uint8_t diag::client::conversation::VDConversationType::handler_id {}

The handle id of conversation.

Definition at line 40 of file vd_conversation_type.h.

◆ port_num

uint16_t diag::client::conversation::VDConversationType::port_num {}

The Port number of conversation.

Definition at line 35 of file vd_conversation_type.h.

◆ udp_address

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().

◆ udp_broadcast_address

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.


The documentation for this struct was generated from the following file: