Igmpv3Report

Igmpv3Report

class

(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
IgmpMessage class (no description)

Fields

Name Type Description
type IgmpType

1 byte

resv1 uint8_t
resv2 uint16_t
groupRecord GroupRecord[]
crc uint16_t

2 bytes, The checksum is the 16-bit one's complement of the one's complement sum of the whole IGMP message (the entire IP payload).

crcMode CrcMode

0 bytes, inet only

mutable bool
complete bool
correct bool
properlyRepresented bool
chunkLength b
rawBin string[]
rawHex string[]
tags RegionTagSet::cObjectRegionTag[]

Source code

class Igmpv3Report extends IgmpMessage
{
    type = IGMPV3_MEMBERSHIP_REPORT;
    uint8_t resv1 = 0;
    uint16_t resv2 = 0;
    GroupRecord groupRecord[];
}

File: src/inet/networklayer/ipv4/IgmpMessage.msg