Microsoft Internet Security and Acceleration Server 2000

FpcPfUDPDirectionType

The FpcPfUDPDirectionType enumerated type contains values that describe UDP packet directions.

enum FpcPfUDPDirectionType {
  fpcPfUDPDirectionReceiveOnly,
  fpcPfUDPDirectionSendOnly,
  fpcPfDirectionBoth,
  fpcPfDirectionReceiveSend,
  fpcPfDirectionSendReceive
};

Members

fpcPfUDPDirectionReceiveOnly (1)
Receive the packets.
fpcPfUDPDirectionSendOnly (2)
Send the packets.
fpcPfDirectionBoth (3)
Send and receive packets.
fpcPfDirectionReceiveSend (4)
Receive packets and send on the same port.
fpcPfDirectionSendReceive (5)
Send packets and receive on the same port.