The EthernetFilter type exposes the following members.

Constructors

  NameDescription
EthernetFilter
copy constructor

Methods

  NameDescription
Clone
Clone the current instance
(Inherited from UserFilter.)
Equals
Compares two filters (ignores the instance ID)
(Overrides UserFilter..::.Equals(Object).)
Finalize (Inherited from Object.)
GetHashCode
Returns a hash value for a filter.
(Overrides UserFilter..::.GetHashCode()()().)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Operators

  NameDescription
Equality
Compares two filters (ignores the instance ID)
Inequality
Compares two filters (ignores the instance ID)

Fields

  NameDescription
_name
the name of the filter.
(Inherited from Filter.)

Properties

  NameDescription
CreateEvent
ActionEventOnMatch Create an event in the Event Manager when this filter is matched
(Inherited from UserFilter.)
Direction
Filter direction
(Inherited from UserFilter.)
EventsPerSecond
Indicates the max number of events per second. Used only when the filter profile is Rate Limit.
(Inherited from UserFilter.)
InstanceID
Filter handle
(Inherited from UserFilter.)
Name
The name of the filter
(Inherited from UserFilter.)
Profile
Filter profile
(Inherited from UserFilter.)
ProtocolID
the ethernet protocol ID

See Also