Class TLVOptionBase

File: src/inet/common/TLVOption.msg

C++ definition

(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.

Known subclasses:

Name Type Description
GPSROption class

The GPSROption is used to add extra routing information for network datagrams.

IPv4Option class (no description)
TLVOptionRaw class (no description)

Fields:

Name Type Description
type short
length short

total length of option

Source code:

class TLVOptionBase
{
    short type = -1;
    short length = 0;   // total length of option
}