ConnectionCloseFrameHeader

Namespace inet::quic

ConnectionCloseFrameHeader

class

C++ definition

(no description)

Extends

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

Fields

Name Type Description
frameType
errorCode VariableLengthInteger

Source code

class ConnectionCloseFrameHeader extends FrameHeader
{
    frameType = FRAME_HEADER_TYPE_CONNECTION_CLOSE_QUIC;
    VariableLengthInteger errorCode;
}
File: src/inet/transportlayer/quic/packet/FrameHeader.msg