Class: SDN::Message::Ack

Inherits:
SDN::Message show all
Defined in:
lib/sdn/message.rb

Constant Summary collapse

MSG =
0x7f
PARAMS_LENGTH =
0

Instance Attribute Summary

Attributes inherited from SDN::Message

#ack_requested, #dest, #reserved, #src

Method Summary

Methods inherited from SDN::Message

#class_inspect, #initialize, #inspect, #parse, parse, readpartial, #serialize

Methods included from Helpers

#checksum, #from_number, #from_string, #is_group_address?, #parse_address, #print_address, #to_number, #to_string, #transform_param

Constructor Details

This class inherits a constructor from SDN::Message