Start Stop Methode Response

Stops or resume sending the response automatically for a method,

provide the ‘method_path’ and ‘on_off’ parameters.

Arguments Description

method_path (str): The identifier of the method in the formats :

Provider_ECU_Name::Service_Id::Instance_Id::Method_Id.

on_off (bool): A boolean value indicating whether to stop (False) or resume (True) sending the response.

Returns

Examples

# To stop sending responses:
start_stop_methode_response ${Provider_ECU_Name}::${Service_Id}::${Instance_Id}::${Method_Id} False
start_stop_methode_response X_Y_Z::0x1013::0x0001::0x1 False
# To resume sending responses:
start_stop_methode_response ${Provider_ECU_Name}::${Service_Id}::${Instance_Id}::${Method_Id} True
start_stop_methode_response X_Y_Z::0x1013::0x0001::0x1 True