SYS_SubscribeToEvent Function
C
void SYS_SubscribeToEvent(SYS_EventId_t id, SYS_EventReceiver_t *recv);
Description
Subscribe a receiver to an event. The same receiver may be subscribed to multiple events by calling this function several times.
ingroup sys
Parameters
Param | Description |
---|---|
id | event ID |
recv | receiver's descriptor |
Returns
None