Class: PacketGen::Header::DHCPv6::DUID_EN
- Inherits:
-
DUID
- Object
- Types::Fields
- DUID
- PacketGen::Header::DHCPv6::DUID_EN
- Defined in:
- lib/packetgen/header/dhcpv6/duid.rb
Overview
DUID Based on Enterprise Number
Constant Summary
Constants inherited from DUID
PacketGen::Header::DHCPv6::DUID::TYPES
Instance Attribute Summary collapse
-
#en ⇒ Integer
32-bit entreprise number.
- #identifier ⇒ String
Attributes inherited from DUID
Instance Method Summary collapse
-
#to_human ⇒ String
Get human-readable DUID description.
Methods inherited from DUID
Methods included from Types::Fieldable
#format_inspect, #read, #sz, #to_s, #type_name
Methods inherited from Types::Fields
#[], #[]=, #bits_on, define_bit_fields_on, define_field, define_field_after, define_field_before, #fields, fields, inherited, #initialize, #inspect, #offset_of, #optional?, #optional_fields, #present?, #read, remove_bit_fields_on, remove_field, #sz, #to_h, #to_s, update_field
Constructor Details
This class inherits a constructor from PacketGen::Types::Fields
Instance Attribute Details
Instance Method Details
#to_human ⇒ String
Get human-readable DUID description
127 128 129 |
# File 'lib/packetgen/header/dhcpv6/duid.rb', line 127 def to_human 'DUID_EN<%#x,%s>' % [en, identifier] end |