class SpheroPwn::Commands::GetDeviceMode

Asks the robot about the versions of its software stack components.

Public Class Methods

new() click to toggle source
Calls superclass method SpheroPwn::Command::new
# File lib/sphero_pwn/commands/get_device_mode.rb, line 3
def initialize
  super 0x02, 0x44, nil
end

Public Instance Methods

response_class() click to toggle source

@see {SpheroPwn::Command#response_class}

# File lib/sphero_pwn/commands/get_device_mode.rb, line 8
def response_class
  SpheroPwn::Commands::GetDeviceMode::Response
end