Send Someip Sd Offer

Sends someipsd msg in order to send offer.

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.

endsrc (str): Endpoint ip address

portsrc (int): Endpoint 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}= Send Someip Sd Offer ${bus_name} ${srcip} ${srcport} ${endsrc}
${endport} ${service_id} ${instance_id} ${ttl} ${mv} ${minv}