Class MIPv6NDAdvertisementInterval

File: src/inet/networklayer/icmpv6/IPv6NDMessage.msg

C++ definition

MIPv6 New Advertisement Interval Option RFC 3775 Section 7.3

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.

Fields:

Name Type Description
advertisementInterval unsigned int

milliseconds

Source code:

// MIPv6 New Advertisement Interval Option
// RFC 3775 Section 7.3
//
class MIPv6NDAdvertisementInterval
{
    unsigned int advertisementInterval;    // milliseconds
}