Start Stop Cycle Eth Message
Starts or stops the sending of a service interface over ethernet.
Arguments Description
- service_path (str): Path to the Ethernet message for starting or stopping the service.
- Format: ECU_Name::ServiceId::InstanceId
(to stop all Someip events or field notifiers given by serviceId).
- Format: ECU_Name::ServiceId::InstanceId::MessageID
(to stop a specific Someip event or field notifier). note : MessageID is eventID or fieldID
ResumeSending (bool): True to resume sending the service, False to stop it.
Returns
- **bool: Returns True if the service is stopped (ResumeSending=False) or started (ResumeSending=True),
False otherwise.**
Examples
- **| # Example 1
- Start Stop Cycle Eth Message ${EcuName}::${ServiceId}::${InstanceId}::${MessageId} falsesleep 5Start Stop Cycle Eth Message ${EcuName}::${ServiceId}::${InstanceId}::${MessageId} true# Example 2Start Stop Cycle Eth Message ${EcuName}::${ServiceId}::${InstanceId} falsesleep 5Start Stop Cycle Eth Message ${EcuName}::${ServiceId}::${InstanceId} true**
Note
This keyword supports only someip.