Igmpv1Query
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| IgmpQuery | class | (no description) |
Fields
| Name | Type | Description |
|---|---|---|
| chunkLength | b | |
| unused | uint8_t | |
| 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 |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
class Igmpv1Query extends IgmpQuery { chunkLength = B(8); uint8_t unused = 0; }File: src/inet/networklayer/ipv4/IgmpMessage.msg