The following tables list the members exposed by EventFilterDef.
Name | Description | |
---|---|---|
EventFilterDef Constructor |
Name | Description | |
---|---|---|
AreaList | Array of process area strings of interest - only events or conditions in these areas will be reported. Area strings can be obtained using EventAreaBrowser.GetQualifiedAreaName. It is possible to specify areas using the wildcard syntax. Servers must support the wildcard syntax described in OPC specification Appendix A. | |
EventCategories | Array of event categories of interest. These are event category codes returned in EventServer:.QueryEventCategories. | |
EventTypes | A bit mask with EventType enumerator values, specifying which event types are of interest. | |
HighSeverity | Highest severity of interest (inclusive). | |
LowSeverity | Lowest severity of interest (inclusive). | |
SourceList | Array of event sources of interest - only events from these sources will be reported. It is possible to specify sources using the wildcard syntax. Servers must support the wildcard syntax described in OPC specification Appendix A. |