Sha256: b9a467a3b4f24e842b2bb5c2bd7c8edb7e3a0b65b48069d7892f3a9c294e3212
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.2 | lib/pio/lldp/organizationally_specific_value.rb |