Namespace inet
IPv4OptionUnknown
class(no description)
Extends
Name | Type | Description |
---|---|---|
IPv4Option | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
bytes | uint8_t[] |
type = any length = 2 + getBytesArraySize() |
Source code
class IPv4OptionUnknown extends IPv4Option { // type = any // length = 2 + getBytesArraySize() uint8_t bytes[]; }File: src/inet/networklayer/ipv4/IPv4Datagram.msg