BindingError

BindingError

class

C++ definition

==================Defining Binding Error Message===================

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 BeStatus
homeAddress Ipv6Address

Mobility Options not defined

mobilityHeaderType MobilityHeaderType
id int
mutable bool
complete bool
correct bool
properlyRepresented bool
chunkLength b
rawBin string[]
rawHex string[]
regionTags SharingRegionTagSet::TagBaseRegionTag[]

Source code

//==================Defining Binding Error Message===================
class BindingError extends MobilityHeader
{
    BeStatus status;
    Ipv6Address homeAddress;
    //Mobility Options not defined
}

File: src/inet/networklayer/xmipv6/MobilityHeader.msg