Namespace inet
IPv6ExtensionHeader
class(no description)
Extends
Name | Type | Description |
---|---|---|
cObject | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
extensionType | short | |
byteLength | short |
byteLength = n * 8; |
Source code
class IPv6ExtensionHeader extends cObject { short extensionType; short byteLength = 0; // byteLength = n * 8; }File: src/inet/networklayer/contract/ipv6/IPv6ExtensionHeaders.msg