Return to previous page | Return to menu | Go to next page
EVENT *
Event management function
Get an area of the same size as the event
EVENT *slGetEvent()
None
The RAM area (128 bytes) of the same size as the event is extracted from the RAM area allocated for the event, and the pointer is returned.
This function is only for acquiring an area of the same size as the event from the event area, and the acquired area is not registered as an event.
Pointer to the acquired RAM area.
If the area could not be acquired (maximum 64 events), NULL is returned.
Reference: Chapter 10 Event Control
slGetEvent