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

ParamDescription
idevent ID
recvreceiver's descriptor

Returns

None