Sha256: 8c528d2ca44c0ab3382cccbd66d0cb92643f481e4e3e81019eea1d4af2b4bd16

Contents?: true

Size: 623 Bytes

Versions: 5

Compression:

Stored size: 623 Bytes

Contents

require 'pio/open_flow10/stats_type'

module Pio
  module OpenFlow10
    # OpenFlow 1.0 Description Stats messages
    module DescriptionStats
      # OpenFlow 1.0 Description Stats Reply message
      class Reply < OpenFlow::Message
        open_flow_header version: 1, message_type: 17, message_length: 1068
        stats_type :stats_type, value: -> { :description }
        uint16 :flags

        stringz :manufacturer, length: 256
        stringz :hardware, length: 256
        stringz :software, length: 256
        stringz :serial_number, length: 32
        stringz :datapath, length: 256
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pio-0.30.0 lib/pio/open_flow10/description_stats/reply.rb
pio-0.29.0 lib/pio/open_flow10/description_stats/reply.rb
pio-0.28.1 lib/pio/open_flow10/description_stats/reply.rb
pio-0.28.0 lib/pio/open_flow10/description_stats/reply.rb
pio-0.27.2 lib/pio/open_flow10/description_stats/reply.rb