Microsoft Internet Security and Acceleration Server 2000

FpcUDPConnectionDirectionType

The FpcUDPConnectionDirectionType enumerated type contains values that describe the type of UDP connection.

enum FpcUDPConnectionDirectionType {
  fpcReceiveOnly,
  fpcSendOnly,
  fpcReceiveSend,
  fpcSendReceive
};

Members

fpcReceiveOnly
Receive only.
fpcSendOnly
Send only.
fpcReceiveSend
Receive and then send.
fpcSendReceive
Send and then receive.