Class: GetCurrentProgramName

Inherits:
DirectCommand show all
Defined in:
lib/telegrams/commands/direct/get_current_program_name.rb

Instance Attribute Summary

Attributes inherited from RespondableTelegram

#command

Attributes inherited from Telegram

#type

Instance Method Summary collapse

Methods inherited from RespondableTelegram

#as_bytes, #require_response=, #require_response?

Methods inherited from Telegram

#as_bytes, #max_size_in_bytes

Constructor Details

#initializeGetCurrentProgramName

cannot override require_response? since it’s asking for one



4
5
6
7
# File 'lib/telegrams/commands/direct/get_current_program_name.rb', line 4

def initialize  # cannot override require_response? since it's asking for one
  super
  @command = 0x11
end