class OpenFlow::Protocol::FlowMod

Public Instance Methods

body_length() click to toggle source
# File lib/openflow-protocol/messages/flow_mod.rb, line 19
def body_length
  64 + actions.to_binary_s.length
end