IGMPv3Report

Namespace inet

IGMPv3Report

packet

(no description)

Extends

Name Type Description
IGMPMessage (unknown -- not in documented files)

Fields

Name Type Description
type
groupRecord GroupRecord[]

Source code

packet IGMPv3Report extends IGMPMessage
{
    type = IGMPV3_MEMBERSHIP_REPORT;
    GroupRecord groupRecord[];
}
File: src/inet/networklayer/ipv4/IGMPMessage.msg