Class: SDN::Message::PostNetworkLock
- Inherits:
-
UnknownMessage
- Object
- SDN::Message
- UnknownMessage
- SDN::Message::PostNetworkLock
- Defined in:
- lib/sdn/message/post.rb
Constant Summary collapse
- MSG =
0x36
- PARAMS_LENGTH =
5
Instance Attribute Summary
Attributes inherited from UnknownMessage
Attributes inherited from SDN::Message
#ack_requested, #dest, #node_type, #src
Instance Method Summary collapse
Methods inherited from UnknownMessage
#class_inspect, #initialize, #serialize
Methods inherited from SDN::Message
#==, #class_inspect, expected_response?, inherited, #initialize, #inspect, parse, #serialize
Methods included from Helpers
#checksum, #from_number, #from_string, #is_group_address?, #node_type_from_number, #node_type_to_number, #node_type_to_string, #parse_address, #print_address, #to_number, #to_string, #transform_param
Constructor Details
This class inherits a constructor from SDN::Message::UnknownMessage
Instance Method Details
#parse(params) ⇒ Object
164 165 166 |
# File 'lib/sdn/message/post.rb', line 164 def parse(params) super end |