CareOfTest
class=============Message definition of Care-of Test Message ==========
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 |
|---|---|---|
| careOfInitCookie | unsigned int | |
| careOfKeyGenToken | unsigned int |
care-of nonce index not modelled |
| mobilityHeaderType | MobilityHeaderType | |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
//=============Message definition of Care-of Test Message ========== class CareOfTest extends MobilityHeader { unsigned int careOfInitCookie; unsigned int careOfKeyGenToken; // care-of nonce index not modelled }File: src/inet/networklayer/xmipv6/MobilityHeader.msg