Class RTPCIEnterSession

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
commonName string
profileName string
bandwidth int
destinationAddress IPv4Address
port int

Source code:

// App to ~RTP
class RTPCIEnterSession extends RTPControlInfo
{
    type = RTP_IFP_ENTER_SESSION;
    string commonName;
    string profileName;
    int bandwidth;
    IPv4Address destinationAddress;
    int port;
}