Check Response Offset

Checks if the given data list exists in the received response payload starting from offset.

Arguments Description

offset (int): The byte index from which will start the check including ServiceId, Subfunction, DID.

user_datalist (Union[int, list[int]]): The data to be checked

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

Returns

Bool: True if the user_datalist is equal to the received payload from offset

Example

${dataList}= Create List ${0x22} ${0x01} ${0x02}
Check Response Offset ${0} ${dataList} ${connection_name}