Namespace inet
Ipv6ExtensionHeader
classThis serves as the base class for all the Ipv6 extension headers.
Extends
| Name | Type | Description |
|---|---|---|
| cObject | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| extensionType | uint8_t | |
| byteLength | B |
byteLength = n * 8; |
Source code
// // This serves as the base class for all the Ipv6 extension headers. // class Ipv6ExtensionHeader extends cObject { @packetData; uint8_t extensionType; B byteLength = B(0); // byteLength = n * 8; }File: src/inet/networklayer/ipv6/Ipv6Header.msg