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/Ipv4Header.msg