Class: PacketGen::Header::DHCP::Option
- Inherits:
-
BinStruct::AbstractTLV
- Object
- BinStruct::AbstractTLV
- PacketGen::Header::DHCP::Option
- Defined in:
- lib/packetgen/header/dhcp/option.rb
Overview
Option class with string value. #type
and #length
are BinStruct::Int8
.
See also specialized IPAddrOption, Int8Option, Int16Option and Int32Option.