Find Someip Sd Service

Sends someipsd msg in order to find service

Arguments Description

bus_name (str): specifies the adapter name. The format should be like: ETH-VIRTUAL-DEMO

srcip (str): ip address of the sender

srcport (int): Sender port.

service_id (int): Identifier of the service sought.

instance_id (int): Identifier of the specific instance needed.

ttl (int): TTL of the Find message

mv (int): Major version of the service

minv (int): Minor version of the service

Returns

bool: true if the msg has been sended. False otherwise.

Example

${res}= find_someip_sd_service ${bus_name} ${srcip} ${srcport} ${service_id} ${instance_id} ${ttl} ${mv} ${minv}