Sha256: f1d5470d2b3aba1c29f3839139cb7b5c5d275f5a409336a97da3fc8ae620ff19
Contents?: true
Size: 331 Bytes
Versions: 39
Compression:
Stored size: 331 Bytes
Contents
require 'bindata' module Pio class Dhcp # DHCP ParameterList Format. class ParameterList < BinData::Primitive array :octets, type: :uint8, initial_length: :tlv_info_length def set(value) self.octets = value end def get octets end end end end
Version data entries
39 entries across 39 versions & 1 rubygems