Class: DHCP::OptInt32

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

Overview

Class for four-byte unsigned integer value DHCP options

Direct Known Subclasses

OptSInt32

Instance Attribute Summary

Attributes inherited from OptData

#data

Attributes inherited from Opt

#name, #opt

Method Summary

Methods inherited from OptInt8

#bin_to_data, #data_to_bin, #to_s

Methods inherited from OptFixedData

#data=, #initialize

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::OptFixedData