Packet RTCPSDESPacket

File: src/inet/transportlayer/rtp/RTCPPacket2.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
RTCPPacket packet (no description)

Fields:

Name Type Description
packetType short
sdesChunks cArray
byteLength
version int8
padding bool
count short
rtcpLength int

Source code:

packet RTCPSDESPacket extends RTCPPacket
{
    packetType = RTCP_PT_SDES;
    @customize(true);  // see the generated C++ header for more info
    cArray sdesChunks;
}