Trigger Vehicle Identification Request

Triggers the vehicle identification response. payload_type = 0x0004.

Arguments Description

connection_name (str): connection names. Defaults take the started DUT.

Returns

VehicleIdentificationResponse: The vehicle identification response message.
The response has the following attributes:

vin logical_address eid gid further_action_required vin_sync_status

Examples

# Basic example
Trigger Vehicle Identification Request ${connection_name}
# To get a response attribute
${response}= Trigger Vehicle Announcement Request ${connection_name}
${vin} Set Variable ${response.vin}
${logical_address} Set Variable ${response.logical_address}