The direction of the traffic to filter

Namespace:  Intel.Manageability.SystemDefense
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
public enum FilterDirection
Visual Basic (Declaration)
Public Enumeration FilterDirection

Members

Member nameDescription
Outgoing
Transmit (Tx)
Incoming
Recieve (Rx)
Both
Tx and Rx. The filter will be split into two filters: one for outgoing traffic and the other for incoming traffic.

See Also