Send Vehicle Announcement

Sends the vehicle announcement via Doip server.

Arguments Description

doip_server (DoipServer): The class instance.

ip (str): The IP address of the receiver (To whom the announcement will be sent).

port (int, optional): The port number if given. Else the default server port will be used (13400).

occurrence (int, optional): The number of attempts to send the vehicle announcement.

cycle (int, optional): The Waiting time after each sending of the vehicle announcement

further_action (bytes, optional): Data bytes to be added for the packet.

Returns

None: The vehicle announcement will be sent occurrence times every cycle time.

Example

Send Vehicle Announcement ${doip_server} ${ip} ${port} ${occurrence} ${cycle} ${further_action}