class Pio::OpenFlow13::Hello::Body

OpenFlow 1.3 Hello message body.

Public Instance Methods

length() click to toggle source
# File lib/pio/open_flow13/hello.rb, line 37
def length
  if elements.empty?
    0
  else
    elements.length * 4 + 4
  end
end