Sha256: e59d542814aeee12f3b77048b7c487c19ad1891a070e8eb56597a7e0108c1c98

Contents?: true

Size: 257 Bytes

Versions: 5

Compression:

Stored size: 257 Bytes

Contents

require 'pio/open_flow/message'

module Pio
  module OpenFlow10
    # Hello message
    class Hello < OpenFlow::Message
      open_flow_header version: 1, message_type: 0
      string :body, length: 0

      alias_method :user_data, :body
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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