Enum GenericTLVOptionTypes

File: src/inet/networklayer/generic/GenericDatagram.msg

Generic protocol TLV option types

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:

//
// Generic protocol TLV option types
//
enum GenericTLVOptionTypes
{

    GENERIC_TLVOPTION_NOP1 = 0;
    GENERIC_TLVOPTION_NOPN = 1;
    GENERIC_TLVOPTION_TLV_GPSR = 47;
}