BindingRefreshRequest
class18.09.07 - CB
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| MobilityHeader | class |
extends Ipv6ExtensionHeader // TODO check how to define MobilityHeader as subclass of Ipv6ExtensionHeader |
Fields
| Name | Type | Description |
|---|---|---|
| mobilityHeaderType | MobilityHeaderType | |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
/////////////////////////////////////////// // 18.09.07 - CB /////////////////////////////////////////// class BindingRefreshRequest extends MobilityHeader { }File: src/inet/networklayer/xmipv6/MobilityHeader.msg