Rerr
classDymo RERR packet
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 |
|---|---|---|
| DymoPacket | class | (no description) |
Fields
| Name | Type | Description |
|---|---|---|
| unreachableNode | AddressBlock[] | |
| hopLimit | int | |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
// // Dymo RERR packet // class Rerr extends DymoPacket { AddressBlock unreachableNode[]; }File: src/inet/routing/dymo/Dymo.msg