Class: Cheezmiz::SystemMessage

Inherits:
Message
  • Object
show all
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_codeObject



28
29
30
# File 'lib/protocol/system_message.rb', line 28

def operation_code
  '55'
end

#params_lutObject



24
25
26
# File 'lib/protocol/system_message.rb', line 24

def params_lut
  { :message => '032' }
end