Message SCTPErrorCauseParameter

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

C++ definition

(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
SCTPParameter message (no description)

Fields:

Name Type Description
responseCorrelationId uint32
errorCauseType uint32
parameterType uint16

Source code:

message SCTPErrorCauseParameter extends SCTPParameter
{
    uint32 responseCorrelationId;
    uint32 errorCauseType;
}