Someip Sd Watcher Wait For Entry
Waits for someip sd watcher entry.
Arguments Description
entry_filter (list, optional): list of filters to be applied on received SOME/IP SD frames.
timeout (int, optional): Defaults to 30.
entry_counter (int, optional): Default to 0.
remove_msg_filter (bool, optional): Defaults to True.
Returns
list: list of frames (List[Ethernet])
Example
${entry_filter}= Create List {‘MethodID’: 0x1001}Someip Sd Watcher Wait For Entry ${entry_filter} ${40} ${1} {true}