Class: OFFlowMod
- Inherits:
-
OFMessage
- Object
- BinData::Record
- SuperclassBase
- OFMessage
- OFFlowMod
- Defined in:
- lib/messages/flow_mod.rb
Constant Summary
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
17 18 19 |
# File 'lib/messages/flow_mod.rb', line 17 def body_length 64 + actions.to_binary_s.length end |