Sha256: f33af917ebe7002cb38c1b41c8a9ea2ecb482f2c7601b0750f5230dad110acc1

Contents?: true

Size: 273 Bytes

Versions: 3

Compression:

Stored size: 273 Bytes

Contents

# encoding: utf-8

require 'bindata'
require 'pio/type/open_flow'

module Pio
  class Echo
    # OpenFlow 1.0 Echo message format.
    class Format < BinData::Record
      extend Type::OpenFlow

      endian :big

      openflow_header
      string :body
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pio-0.8.1 lib/pio/echo/format.rb
pio-0.8.0 lib/pio/echo/format.rb
pio-0.7.0 lib/pio/echo/format.rb