class OpenFlow::Protocol::Statistics

Constants

STATISTICS_TYPES

Public Instance Methods

body_length() click to toggle source
# File lib/openflow-protocol/messages/statistics.rb, line 23
def body_length
  4 + statistics.to_binary_s.length
end
flags_list() click to toggle source
# File lib/openflow-protocol/messages/statistics.rb, line 16
def flags_list
  self.class.const_get(:FLAGS)
end