Packet BindingError

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

C++ definition

(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 packet

extends IPv6ExtensionHeader // TODO check how to define MobilityHeader as subclass of IPv6ExtensionHeader

Fields:

Name Type Description
status int
homeAddress IPv6Address

Mobility Options not defined

mobilityHeaderType int

Source code:

packet BindingError extends MobilityHeader
{
    int status @enum(BEStatus);
    IPv6Address homeAddress;
    //Mobility Options not defined

}

//=============Message definition of Home Test Init Message ==========