IgmpQuery
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) |
Known subclasses
Name | Type | Description |
---|---|---|
Igmpv1Query | class | (no description) |
Igmpv2Query | class |
FIXME Igmpv1Query and Igmpv2Query differs only value of code field. |
Fields
Name | Type | Description |
---|---|---|
type | IgmpType |
1 byte |
groupAddress | Ipv4Address | |
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 IgmpQuery extends IgmpMessage { type = IGMP_MEMBERSHIP_QUERY; Ipv4Address groupAddress; }File: src/inet/networklayer/ipv4/IgmpMessage.msg