FpcConnectionProtocolType Enumeration

The FpcConnectionProtocolType enumerated type contains values that describe protocol types.

Syntax

typedef enum FpcConnectionProtocolType {
  fpcICMP
fpcICMP

Internet Control Message Protocol (ICMP).

	 = 1,
  fpcIGMP
fpcIGMP

Internet Group Management Protocol (IGMP).

	 = 2,
  fpcGGP
fpcGGP

Gateway to Gateway Protocol (GGP).

	= 3,
  fpcIP
fpcIP

Internet Protocol (IP).

	 = 4,
  fpcST
fpcST

Schedule Transfer (ST) protocol.

	 = 5,
  fpcTCP
fpcTCP

Transmission Control Protocol (TCP).

	= 6,
  fpcUDP
fpcUDP

User Datagram Protocol (UDP).

	= 17,
  fpcICMPv6
fpcICMPv6

Internet Control Message Protocol for Internet Protocol Version 6 (ICMPv6) (not supported in Forefront TMG Medium Business Edition).

   = 158
} FpcConnectionProtocolType;

Constants

fpcICMP

Internet Control Message Protocol (ICMP).

fpcIGMP

Internet Group Management Protocol (IGMP).

fpcGGP

Gateway to Gateway Protocol (GGP).

fpcIP

Internet Protocol (IP).

fpcST

Schedule Transfer (ST) protocol.

fpcTCP

Transmission Control Protocol (TCP).

fpcUDP

User Datagram Protocol (UDP).

fpcICMPv6

Internet Control Message Protocol for Internet Protocol Version 6 (ICMPv6) (not supported in Forefront TMG Medium Business Edition).

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.