SctpErrorCauseParameter

SctpErrorCauseParameter

class

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
SctpParameter class (no description)

Fields

Name Type Description
responseCorrelationId uint32
errorCauseType uint32
parameterType uint16
name char[]

Source code

class SctpErrorCauseParameter extends SctpParameter
{
    uint32 responseCorrelationId;
    uint32 errorCauseType;
}

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