Class: OFFlowRemoved
- Inherits:
-
OFMessage
- Object
- BinData::Record
- SuperclassBase
- OFMessage
- OFFlowRemoved
- Defined in:
- lib/messages/flow_removed.rb
Constant Summary collapse
- REASONS =
[:idle_timeout, :hard_timeout, :delete]
Constants inherited from OFMessage
OFMessage::HEADER_LENGTH, OFMessage::OFP_VERSION, OFMessage::TYPES
Instance Attribute Summary
Attributes inherited from SuperclassBase
Instance Method Summary collapse
Methods inherited from SuperclassBase
Instance Method Details
#body_length ⇒ Object
20 21 22 |
# File 'lib/messages/flow_removed.rb', line 20 def body_length 80 end |