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

Struct containing Vehicle selection mode. More...

#include <diagnostic_client_vehicle_info_message_type.h>

Public Attributes

std::uint8_t preselection_mode {0U}
 Mode to be used during sending of Vehicle Identification request. 0U : No preselection 1U : DoIP Entities with given VIN 2U : DoIP Entities with given EID. More...
 
std::string preselection_value {}
 Value to be used based on preselection mode. VIN when preselection_mode = 1U EID when preselection_mode = 2U Empty when preselection_mode = 0U. More...
 

Detailed Description

Struct containing Vehicle selection mode.

Definition at line 53 of file diagnostic_client_vehicle_info_message_type.h.

Member Data Documentation

◆ preselection_mode

std::uint8_t diag::client::vehicle_info::VehicleAddrInfoRequest::preselection_mode {0U}

Mode to be used during sending of Vehicle Identification request. 0U : No preselection 1U : DoIP Entities with given VIN 2U : DoIP Entities with given EID.

Definition at line 60 of file diagnostic_client_vehicle_info_message_type.h.

Referenced by diag::client::conversation::VdConversation::DeserializeVehicleInfoRequest().

◆ preselection_value

std::string diag::client::vehicle_info::VehicleAddrInfoRequest::preselection_value {}

Value to be used based on preselection mode. VIN when preselection_mode = 1U EID when preselection_mode = 2U Empty when preselection_mode = 0U.

Definition at line 68 of file diagnostic_client_vehicle_info_message_type.h.

Referenced by diag::client::conversation::VdConversation::DeserializeVehicleInfoRequest().


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