Packet RTCPByePacket

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
count short
ssrc uint32
byteLength
version int8
padding bool
rtcpLength int

Source code:

packet RTCPByePacket extends RTCPPacket
{
    packetType = RTCP_PT_BYE;
    count = 1;
    @customize(true);  // see the generated C++ header for more info
    uint32 ssrc = 0;
}