Class: EmuPower::Commands::GetNetworkInfo

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

#initializeGetNetworkInfo

Returns a new instance of GetNetworkInfo.



36
37
38
# File 'lib/emu_power/commands.rb', line 36

def initialize
	super('get_network_info')
end