Record for Join/Prune message in structure it is not possible to use dynamic arrays, iit is needed to use class
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
groupAddress | IPv4Address | |
joinedSourceAddress | EncodedAddress[] | |
prunedSourceAddress | EncodedAddress[] |
// Record for Join/Prune message // in structure it is not possible to use dynamic arrays, iit is needed to use class class JoinPruneGroup { IPv4Address groupAddress; EncodedAddress joinedSourceAddress[]; EncodedAddress prunedSourceAddress[]; }