Class: DHCP::OptInt16List

Inherits:
OptInt8List show all
Defined in:
lib/dhcp/options.rb

Overview

Class for DHCP options containing a list of 16-bit unsigned integers:

Instance Attribute Summary

Attributes inherited from OptData

#data

Attributes inherited from Opt

#name, #opt

Method Summary

Methods inherited from OptInt8List

#bin_to_data, #data_to_bin, #to_s

Methods inherited from OptListFixedData

#data_to_bin, #split_data

Methods inherited from OptListData

#append, #data=, #each, #get, #initialize, #is_list?, #set, #size, #split_data, #to_s

Methods inherited from OptData

#bin_to_data, #data_to_bin, #get, #initialize, #opt_header, #set, #to_opt, #to_s

Methods inherited from Opt

#initialize, #opt_header, #to_opt, #to_s

Constructor Details

This class inherits a constructor from DHCP::OptListData