Message SCTPChunk

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
SCTPAbortChunk message (no description)
SCTPAsconfAckChunk message (no description)
SCTPAsconfChunk message (no description)
SCTPAuthenticationChunk message (no description)
SCTPCookieAckChunk message (no description)
SCTPCookieEchoChunk message (no description)
SCTPDataChunk message (no description)
SCTPErrorChunk message (no description)
SCTPForwardTsnChunk message (no description)
SCTPHeartbeatAckChunk message (no description)
SCTPHeartbeatChunk message (no description)
SCTPInitAckChunk message (no description)
SCTPInitChunk message (no description)
SCTPPacketDropChunk message (no description)
SCTPSackChunk message (no description)
SCTPShutdownAckChunk message (no description)
SCTPShutdownChunk message (no description)
SCTPShutdownCompleteChunk message (no description)
SCTPStreamResetChunk message (no description)

Fields:

Name Type Description
chunkType uint8

Chunk Type

flags uint32

Source code:

message SCTPChunk extends cPacket
{
    @customize(false);
    // Chunk Type
    uint8 chunkType;
    uint32 flags;
}