Class: OFPortStatus

Inherits:
OFMessage show all
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

#type_str

Instance Method Summary collapse

Methods inherited from SuperclassBase

#initialize_instance

Instance Method Details

#body_lengthObject



11
12
13
# File 'lib/messages/port_status.rb', line 11

def body_length
  56
end