Message SCTPParameter

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
cPacket (unknown -- not in documented files)

Known subclasses:

Name Type Description
SCTPAddIPParameter message (no description)
SCTPAddStreamsRequestParameter message (no description)
SCTPDeleteIPParameter message (no description)
SCTPErrorCauseParameter message (no description)
SCTPIncomingSSNResetRequestParameter message (no description)
SCTPOutgoingSSNResetRequestParameter message (no description)
SCTPSetPrimaryIPParameter message (no description)
SCTPSimpleErrorCauseParameter message (no description)
SCTPSSNTSNResetRequestParameter message (no description)
SCTPStreamResetResponseParameter message (no description)
SCTPSuccessIndication message (no description)
SCTPSupportedExtensionsParameter message (no description)

Fields:

Name Type Description
parameterType uint16

Source code:

message SCTPParameter extends cPacket
{
    uint16 parameterType;
}