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

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...
 
uint16_t p2_client_max {}
 The maximum p2 client time. More...
 
uint16_t p2_star_client_max {}
 The maximum p2 star client time. More...
 
uint16_t source_address {}
 The source address of conversation. More...
 
std::string tcp_address {}
 The Tcp 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 DM conversation type.

Definition at line 21 of file dm_conversation_type.h.

Member Data Documentation

◆ handler_id

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

The handle id of conversation.

Definition at line 55 of file dm_conversation_type.h.

◆ p2_client_max

uint16_t diag::client::conversation::DMConversationType::p2_client_max {}

The maximum p2 client time.

Definition at line 30 of file dm_conversation_type.h.

◆ p2_star_client_max

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.

◆ port_num

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

The Port number of conversation.

Definition at line 50 of file dm_conversation_type.h.

◆ rx_buffer_size

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.

◆ source_address

uint16_t diag::client::conversation::DMConversationType::source_address {}

The source address of conversation.

Definition at line 40 of file dm_conversation_type.h.

◆ tcp_address

std::string diag::client::conversation::DMConversationType::tcp_address {}

The Tcp IP address of conversation.

Definition at line 45 of file dm_conversation_type.h.


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