Function caerSpecialEventInvalidate

Function Documentation

static inline void caerSpecialEventInvalidate(caerSpecialEvent event, caerSpecialEventPacket packet)

Invalidate the current event by setting its valid bit to false and decreasing the number of valid events held in the packet. Only works with events that are already valid!

Parameters:
  • event – a valid SpecialEvent pointer. Cannot be NULL.

  • packet – the SpecialEventPacket pointer for the packet containing this event. Cannot be NULL.