Class IPv6HopByHopOptionsHeader

File: src/networklayer/ipv6/IPv6ExtensionHeaders.msg

Hop-by-Hop Options Header. RFC 2460 Section 4.3 Next Header Value: 0

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

IPv6ExtensionHeader (class)

This serves as the base class for all the other extension headers.

Source code:

//
// Hop-by-Hop Options Header.
// RFC 2460 Section 4.3
// Next Header Value: 0
//
class IPv6HopByHopOptionsHeader extends IPv6ExtensionHeader
{
}