Class: OFFeaturesReply
- Inherits:
-
OFMessage
- Object
- BinData::Record
- SuperclassBase
- OFMessage
- OFFeaturesReply
- Defined in:
- lib/messages/features_reply.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
37 38 39 |
# File 'lib/messages/features_reply.rb', line 37 def body_length 24 + ports.to_binary_s.length end |