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

Structure containing available Vehicle Address Information. More...

#include <diagnostic_client_vehicle_info_message_type.h>

Public Attributes

std::string ip_address {}
 IP address of the vehicle. More...
 
std::uint16_t logical_address {}
 Logical address of the vehicle. More...
 
std::string vin {}
 VIN of the vehicle. More...
 
std::string eid {}
 Entity Identification of the vehicle. More...
 
std::string gid {}
 Group Identification of the vehicle. More...
 

Detailed Description

Structure containing available Vehicle Address Information.

Definition at line 23 of file diagnostic_client_vehicle_info_message_type.h.

Member Data Documentation

◆ eid

std::string diag::client::vehicle_info::VehicleAddrInfoResponse::eid {}

Entity Identification of the vehicle.

Definition at line 42 of file diagnostic_client_vehicle_info_message_type.h.

◆ gid

std::string diag::client::vehicle_info::VehicleAddrInfoResponse::gid {}

Group Identification of the vehicle.

Definition at line 47 of file diagnostic_client_vehicle_info_message_type.h.

◆ ip_address

std::string diag::client::vehicle_info::VehicleAddrInfoResponse::ip_address {}

IP address of the vehicle.

Definition at line 27 of file diagnostic_client_vehicle_info_message_type.h.

◆ logical_address

std::uint16_t diag::client::vehicle_info::VehicleAddrInfoResponse::logical_address {}

Logical address of the vehicle.

Definition at line 32 of file diagnostic_client_vehicle_info_message_type.h.

◆ vin

std::string diag::client::vehicle_info::VehicleAddrInfoResponse::vin {}

VIN of the vehicle.

Definition at line 37 of file diagnostic_client_vehicle_info_message_type.h.


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