EncodedGroupAddress
struct(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Fields
| Name | Type | Description | 
|---|---|---|
| B | bool | |
| reserved | short | |
| Z | bool | |
| maskLength | short | 
 TODO Remove initializer, 32 for IPv4 only!!!  | 
   
| groupAddress | L3Address | 
Source code
struct EncodedGroupAddress { bool B; short reserved = 0; bool Z; short maskLength = 32; //TODO Remove initializer, 32 for IPv4 only!!! L3Address groupAddress; }File: src/inet/routing/pim/PimPacket.msg