dpiSubscrGroupingType

Type Alias dpiSubscrGroupingType 

Source
pub type dpiSubscrGroupingType = u8;
Expand description

This enumeration identifies the grouping type. It is used in the dpiSubscrCreateParams structure.

ValueDescription
DPI_SUBSCR_GROUPING_TYPE_LASTThe last event in the group is sent.
DPI_SUBSCR_GROUPING_TYPE_SUMMARYA summary of all events in the group is sent. This is also the default value.