TlvOptionBase

Namespace inet

TlvOptionBase

class

(no description)

Extends

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

Fields

Name Type Description
type short
length short

total length of option

Source code

class TlvOptionBase extends cObject
{
    @packetData;
    short type = -1;
    short length = 0;   // total length of option
}

File: src/inet/common/TlvOptions.msg