TlvOptionBase

TlvOptionBase

class

(no description)

Inheritance diagram

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

Extends

Name Type Description
cObject (unknown -- not in documented files)

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 extends cObject
{
    short type = -1;
    short length = 0;   // total length of option
}

File: src/inet/common/TlvOptions.msg