Send Async Raw Diag

Sends diag asynchronously, without waiting for response.

Arguments Description

payload (Union[list[int], bytes]): Diagnostic payload to be sent

dut_name (str, optional): connection name. Defaults to the started DUT.

Returns

ref:’ Response<Response>’: Response of the sent diag job

Example

# sending with list[int]
${data}= Create List ${0x22} ${0x01} ${0x02}
Send Async Raw Diag ${data} ${dut_name}

Note

This keyword is used for negative scenarios.