Microsoft Internet Security and Acceleration Server 2004 SDK

FpcUDPConnectionDirectionType

The FpcUDPConnectionDirectionType enumerated type contains values that specify the directions for User Datagram Protocol (UDP) connections.

typedef enum FpcUDPConnectionDirectionType
{
  fpcReceiveOnly
fpcReceiveOnly
Receive only.
 = 0,
  fpcSendOnly
fpcSendOnly
Send only.
 = 1,
  fpcReceiveSend
fpcReceiveSend
Receive and then send.
 = 2,
  fpcSendReceive
fpcSendReceive
Send and then receive.
 = 3

} FpcUDPConnectionDirectionType;

Constants

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

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types