class Pio::OpenFlow13::Hello::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
# File lib/pio/open_flow13/hello.rb, line 37 def length if elements.empty? 0 else elements.length * 4 + 4 end end