Class: SDN::Message::PostNodeStackVersion

Inherits:
UnknownMessage show all
Defined in:
lib/sdn/messages/post.rb

Constant Summary collapse

MSG =
0x71

Instance Attribute Summary collapse

Attributes inherited from SDN::Message

#ack_requested, #dest, #reserved, #src

Instance Method Summary collapse

Methods inherited from UnknownMessage

#class_inspect

Methods inherited from SDN::Message

#class_inspect, #initialize, #inspect, 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

Instance Attribute Details

#paramsObject

Returns the value of attribute params.



151
152
153
# File 'lib/sdn/messages/post.rb', line 151

def params
  @params
end

Instance Method Details

#msgObject



159
# File 'lib/sdn/messages/post.rb', line 159

def msg; MSG; end

#parse(params) ⇒ Object



153
154
155
156
157
# File 'lib/sdn/messages/post.rb', line 153

def parse(params)
  # I don't know how to interpret this yet
  # I get b6 bc b2 be fc fe, and UAI+ shows 5063497A3
  super
end