Packet RTCPSenderReportPacket

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

Fields:

Name Type Description
packetType short
senderReport SenderReport
ssrc uint32
receptionReports cArray
byteLength
version int8
padding bool
count short
rtcpLength int

Source code:

packet RTCPSenderReportPacket extends RTCPReceiverReportPacket
{
    packetType = RTCP_PT_SR;
    @customize(true);  // see the generated C++ header for more info
    SenderReport senderReport;
}