class OpenFlow::Protocol::QueueGetConfigReply

Public Instance Methods

body_length() click to toggle source
# File lib/openflow-protocol/messages/queue_get_config_reply.rb, line 13
def body_length
  8 + queues.to_binary_s.length
end