5.1.5.10 SYS_IsEventSubscriber Function
Sytntax
bool SYS_IsEventSubscriber(SYS_EventId_t id, SYS_EventReceiver_t *recv);
Description
This function helps to check if the specified receiver is subscribed to an event.
Input Parameters
Parameter Name | Description |
---|---|
id | Event ID |
recv | Receiver’s descriptor |
Return Type and Values
- None