ODPI-C Enumeration dpiSubscrGroupingTypeΒΆ
This enumeration identifies the grouping type. It is used in the dpiSubscrCreateParams structure.
Value | Description |
---|---|
DPI_SUBSCR_GROUPING_TYPE_SUMMARY | A summary of all events in the group is sent. This is also the default value. |
DPI_SUBSCR_GROUPING_TYPE_LAST | The last event in the group is sent. |