Diag-Client-Lib
|
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... | |
Structure containing available Vehicle Address Information.
Definition at line 23 of file diagnostic_client_vehicle_info_message_type.h.
std::string diag::client::vehicle_info::VehicleAddrInfoResponse::eid {} |
Entity Identification of the vehicle.
It is encoded in HEX-ASCII. Each Byte is represented by its hexadecimal value. Bytes are separated by a “:”-character
Definition at line 48 of file diagnostic_client_vehicle_info_message_type.h.
std::string diag::client::vehicle_info::VehicleAddrInfoResponse::gid {} |
Group Identification of the vehicle.
It is encoded in HEX-ASCII. Each Byte is represented by its hexadecimal value. Bytes are separated by a “:”-character
Definition at line 55 of file diagnostic_client_vehicle_info_message_type.h.
std::string diag::client::vehicle_info::VehicleAddrInfoResponse::ip_address {} |
IP address of the vehicle.
It is represented in ASCII-characters, using the common “dotted decimal notation” for IPv4 or the common “colon separated 16-bit hexadecimal notation” (optionally suppressing leading zeros) for IPv6 rsp
Definition at line 30 of file diagnostic_client_vehicle_info_message_type.h.
std::uint16_t diag::client::vehicle_info::VehicleAddrInfoResponse::logical_address {} |
Logical address of the vehicle.
Definition at line 35 of file diagnostic_client_vehicle_info_message_type.h.
std::string diag::client::vehicle_info::VehicleAddrInfoResponse::vin {} |
VIN of the vehicle.
It is represented in ASCII-characters
Definition at line 41 of file diagnostic_client_vehicle_info_message_type.h.