MIPv6NDAdvertisementInterval

Namespace inet

MIPv6NDAdvertisementInterval

class

MIPv6 New Advertisement Interval Option RFC 3775 Section 7.3

Extends

Name Type Description
cObject (unknown -- not in documented files)

Fields

Name Type Description
advertisementInterval unsigned int

milliseconds

Source code

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

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