Sha256: 673a9f1744928e905c0ee4789aacef91480840def302a969ccb82798f3c0d0b3
Contents?: true
Size: 367 Bytes
Versions: 7
Compression:
Stored size: 367 Bytes
Contents
require "rubygems" 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 ### Local variables: ### mode: Ruby ### coding: utf-8-unix ### indent-tabs-mode: nil ### End:
Version data entries
7 entries across 7 versions & 1 rubygems