Monitor Ethernet Message Reception
Monitor Ethernet (Someip and Npdu) message reception.
Arguments Description
path (str): path of the ethernet 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 ethernet message was received or not during the timeout passed into paramter.;
otherwise, False.
Example
${check_value}= Monitor Ethernet Message Reception ${ECU_Name}::${Service_Id}::${Instance_Id}::${Message_Id} ${True} ${200}