SctpErrorChunk

Namespace inet::sctp

SctpErrorChunk

class

(no description)

Extends

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

Fields

Name Type Description
TBit bool
MBit bool
parameters SctpParameter[]

Source code

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

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