Class: EmuPower::Commands::GetMessage

Inherits:
Command
  • Object
show all
Defined in:
lib/emu_power/commands.rb

Instance Method Summary collapse

Methods inherited from Command

#to_command, #to_hex, #to_yn

Constructor Details

#initializeGetMessage

Returns a new instance of GetMessage.



60
61
62
# File 'lib/emu_power/commands.rb', line 60

def initialize
	super('get_message')
end