Class: Cheezmiz::SystemMessage
- Defined in:
- lib/protocol/system_message.rb
Instance Method Summary collapse
Methods inherited from Message
#data_fields, #initialize, #operation, parse, #prototype, #sequence_number
Constructor Details
This class inherits a constructor from Cheezmiz::Message
Instance Method Details
#operation_code ⇒ Object
28 29 30 |
# File 'lib/protocol/system_message.rb', line 28 def operation_code '55' end |
#params_lut ⇒ Object
24 25 26 |
# File 'lib/protocol/system_message.rb', line 24 def params_lut { :message => '032' } end |