Class RTPCILeaveSession

File: src/inet/transportlayer/rtp/RTPInterfacePacket.msg

C++ definition

App to RTP

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
RTPControlInfo class

base class

Fields:

Name Type Description
type short

Source code:

// App to ~RTP
class RTPCILeaveSession extends RTPControlInfo
{
    type = RTP_IFP_LEAVE_SESSION;
    // TODO do I need any sesson identifier?
}