TriggerOccurrences

System.Collections.IEnumerable<AcquisitionTriggerOccurrence> IAcqSink.TriggerOccurrences { get; }

Gets the trigger occurrences and removes the occurrences from the sink buffer, i.e. each occurrence can be read exactly once from the buffer.

Value

IEnumerable<AcquisitionTriggerOccurrence> – All trigger occurrences that are received between the last call of this function and now.

Remarks

This method is allowed to be called before the complete callback is received.