Sha256: d308eb6ac1f4b079355adc7c56a2a3897c6556fbef92b86da6fa5cbaf9d8843b
Contents?: true
Size: 226 Bytes
Versions: 6
Compression:
Stored size: 226 Bytes
Contents
# encoding: utf-8 require 'bindata' module Pio class Lldp # TLV value field of port description TLV class PortDescriptionValue < BinData::Record endian :big stringz :port_description end end end
Version data entries
6 entries across 6 versions & 1 rubygems