Sha256: f3e2403bdfe1c6b74b2361b4a530249cb3944d7e1ce0df224b3fd5a4a6a20839
Contents?: true
Size: 251 Bytes
Versions: 39
Compression:
Stored size: 251 Bytes
Contents
require 'bindata' module Pio class Lldp # The V of Organizationally specfic TLV. class OrganizationallySpecificValue < BinData::Record endian :big uint24be :oui uint8 :subtype stringz :information end end end
Version data entries
39 entries across 39 versions & 1 rubygems