Class: OFPortStatus
- Inherits:
-
OFMessage
- Object
- BinData::Record
- SuperclassBase
- OFMessage
- OFPortStatus
- Defined in:
- lib/messages/port_status.rb
Constant Summary collapse
- REASONS =
[:add, :delete, :modify]
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
11 12 13 |
# File 'lib/messages/port_status.rb', line 11 def body_length 56 end |