Class: OpenFlow::Protocol::GetConfigReply

Inherits:
Message show all
Defined in:
lib/openflow-protocol/messages/get_config_reply.rb

Direct Known Subclasses

SetConfig

Constant Summary collapse

FLAGS =
[:fragments_normal, :fragments_drop, :fragments_reassemble]

Constants inherited from Message

Message::HEADER_LENGTH, Message::OFP_VERSION, Message::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/openflow-protocol/messages/get_config_reply.rb', line 11

def body_length
  4
end