Edit

Share via


PKTMON_DIRECTION enumeration (pktmonnpik.h)

The PKTMON_DIRECTION enum defines the two possible directions in which packets flow into, or out of a component.

Syntax

typedef enum _PKTMON_DIRECTION {
  PktMonDir_In,
  PktMonDir_Out
} PKTMON_DIRECTION;

Constants

 
PktMonDir_In
Specifies packets flowing into the component.
PktMonDir_Out
Specifies packets flowing out of the component.

Requirements

Requirement Value
Header pktmonnpik.h

See also