Class: PacketGen::Header::IPv6::ArrayOfAddr
- Inherits:
-
Types::Array
- Object
- Types::Array
- PacketGen::Header::IPv6::ArrayOfAddr
- Defined in:
- lib/packetgen/header/ipv6/addr.rb
Overview
Class to handle series of IPv6 addresses
Constant Summary
Constants inherited from Types::Array
Constants included from Types::LengthFrom
Types::LengthFrom::MAX_SZ_TO_READ
Instance Method Summary collapse
-
#push(addr) ⇒ self
Push a IPv6 address to the array.
Methods inherited from Types::Array
#<<, #==, #[], #clear, #clear!, #delete, #delete_at, #each, #empty?, #first, #initialize, #initialize_copy, #last, #read, set_of, set_of_klass, #size, #sz, #to_a, #to_human, #to_s
Methods included from Types::LengthFrom
#initialize_length_from, #read_with_length_from, #sz_to_read
Methods included from Types::Fieldable
#format_inspect, #read, #sz, #to_human, #to_s, #type_name
Constructor Details
This class inherits a constructor from PacketGen::Types::Array