BindingAcknowledgement
class(no description)
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 |
---|---|---|
MobilityHeader | class |
extends Ipv6ExtensionHeader // TODO check how to define MobilityHeader as subclass of Ipv6ExtensionHeader |
Fields
Name | Type | Description |
---|---|---|
status | BaStatus | |
sequenceNumber | unsigned int | |
lifetime | unsigned int | |
keyManagementFlag | bool |
K-Flag (Key Management Flag) Mobility Options not defined |
bindingAuthorizationData | int |
for CN communication; value different from 0 shows that it is used |
mobilityHeaderType | MobilityHeaderType | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
class BindingAcknowledgement extends MobilityHeader { BaStatus status; unsigned int sequenceNumber; unsigned int lifetime; bool keyManagementFlag = false;//K-Flag (Key Management Flag) //Mobility Options not defined // for CN communication; value different from 0 shows that it is used int bindingAuthorizationData = 0; // 28.08.07 - CB } //==================Defining Binding Error Status====================File: src/inet/networklayer/xmipv6/MobilityHeader.msg