class OpenFlow::Protocol::FeaturesReply

Public Instance Methods

body_length() click to toggle source
# File lib/openflow-protocol/messages/features_reply.rb, line 39
def body_length
  24 + ports.to_binary_s.length
end