Class: OpenFlow::Protocol::FlowRemoved

Inherits:
Message show all
Defined in:
lib/openflow-protocol/messages/flow_removed.rb

Constant Summary collapse

REASONS =
[:idle_timeout, :hard_timeout, :delete]

Constants inherited from Message

Message::HEADER_LENGTH, Message::OFP_VERSION, Message::TYPES

Instance Attribute Summary

Attributes inherited from SuperclassBase

#type_str

Instance Method Summary collapse

Methods inherited from SuperclassBase

#initialize_instance

Instance Method Details

#body_lengthObject



22
23
24
# File 'lib/openflow-protocol/messages/flow_removed.rb', line 22

def body_length
  80
end