SctpErrorChunk

SctpErrorChunk

class

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

Extends

Name Type Description
SctpChunk class (no description)

Fields

Name Type Description
TBit bool
MBit bool
parameters SctpParameter[]
sctpChunkType uint8

Chunk Type

flags uint32
length unsigned short
chunkName char[]

Source code

class SctpErrorChunk extends SctpChunk
{
    @customize;
    bool TBit = 0;
    bool MBit = 0;
    abstract SctpParameter *parameters[];
}

File: src/inet/transportlayer/sctp/SctpHeader.msg