GptpTlv

Namespace inet

GptpTlv

class

C++ definition

(no description)

Extends

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

Fields

Name Type Description
tlvType GptpTlvType
lengthField uint16_t

Source code

class GptpTlv extends cObject
{
    @packetData;
    GptpTlvType tlvType @bit(16);
    uint16_t lengthField @bit(16);
}

File: src/inet/linklayer/ieee8021as/GptpPacket.msg