OnSomeIpSDServerEventGroupStatusChanged
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This callback function can be implemented in the CAPL program if a Service Server wants to be notified whenever a Subscriber is added. This function is called when a Client executes a subscribe eventgroup command.Parameters
- serviceId: ID of the service whose status has changed.
- instanceId: Instance ID
- eventGroupId: ID of the Event Group.
- status:
- 0: not subscribed
- 1: subscribed
- newIpAddress: IPv4 address via which the subscription was received.
- newPort: Source port via which the subscription was received.
- majorVersion: Service interface major version.