SYS_PostEvent Function
C
void SYS_PostEvent(SYS_EventId_t id, SYS_EventData_t data);Description
Post an event to be delivered to all subscribed receivers
ingroup sys
Parameters
| Param | Description |
|---|---|
| id | event ID |
| data | associated data that will be passed to callback functions of event's receivers |
Returns
None
