| 
    Diag-Client-Lib
    
   | 
 
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... | |
Struct containing Vehicle selection mode.
Definition at line 61 of file diagnostic_client_vehicle_info_message_type.h.
| 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 68 of file diagnostic_client_vehicle_info_message_type.h.
Referenced by diag::client::conversation::VdConversation::DeserializeVehicleInfoRequest().
| 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 76 of file diagnostic_client_vehicle_info_message_type.h.
Referenced by diag::client::conversation::VdConversation::DeserializeVehicleInfoRequest().