class SpheroPwn::Commands::BootMainApp
Asks the robot's bootloader to boot the main application.
This command is only valid when the robot is executing the bootloader.
Public Class Methods
new()
click to toggle source
Calls superclass method
SpheroPwn::Command::new
# File lib/sphero_pwn/commands/boot_main_app.rb, line 5 def initialize super 0x01, 0x04, nil end
Public Instance Methods
response_class()
click to toggle source
@see {SpheroPwn::Command#response_class}
# File lib/sphero_pwn/commands/boot_main_app.rb, line 10 def response_class SpheroPwn::Commands::BootMainApp::Response end