5.2.5.2 SYS_EventId_t Type Definition

Syntax

typedef uint8_t SYS_EventId_t;

Description

The BcEvents_t enumeration defines the type for event identifiers, which includes identifiers for events raised by the stack. The users can define their own set of event IDs within the application, subscribe to these events and raise them. However, the combined total number of event IDs defined by both the stack and the application must not exceed SYS_MAX_EVENTS. In addition, the value of an event ID must not surpass SYS_MAX_EVENTS.