Function caerGenericEventIsValid

Function Documentation

static inline bool caerGenericEventIsValid(const void *eventPtr)

Check if the given generic event is valid or not.

Parameters:

eventPtr – a generic pointer to an event. Cannot be NULL.

Returns:

true if the event is valid, false otherwise.