Enum UDPSourceFilterMode

File: src/inet/transportlayer/contract/udp/UDPControlInfo.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

enum UDPSourceFilterMode
{

    UDP_INCLUDE_MCAST_SOURCES = 1;
    UDP_EXCLUDE_MCAST_SOURCES = 2;
}