11 #include <string_view>
15 namespace vd_message {
20 constexpr std::uint8_t VehicleIdentificationHandler{0U};
23 payload.insert(payload.begin() + 2U, preselection_value.begin(), preselection_value.end());
28 std::string_view host_ip_address)
33 host_ip_address_{host_ip_address},
40 target_address_type{TargetAddressType::kPhysical} {}
auto SerializeVehicleInfoList(std::uint8_t preselection_mode, uds_transport::ByteVector &preselection_value) noexcept -> uds_transport::ByteVector
std::vector< std::uint8_t > ByteVector