Monitor Someip Message Reception
DEPRECATED It will be removed in a future version. Please use keyword monitor_ethernet_message_reception instead.
Monitor someip message reception.
Arguments Description
- path (str): path of the someip message (event, notifier, method,)
(e.g. ECU_Name::Service_Id::Instance_Id::Message_Id)
is_received (bool)
timeout (int): timeout in ms.
Returns
- boolTrue if a specific someip message was received or not during the timeout passed into paramter;
otherwise, False.
Example