GetType() const
Gets the option type.
SetType()
Sets the option type.
SetSize()
Sets the length based on a given total option size in bytes. Th option must end on a 64-bit boundary, so the length is derived as `(aSize + 7) / 8 * 8`.
GetSize() const
Returns the size of the option in bytes.
SetLength()
Sets the length of the option (in unit of 8 bytes).
GetLength() const
Returns the length of the option (in unit of 8 bytes).
IsValid() const
Indicates whether or not this option is valid.