class SpheroPwn::Commands::L2Diagnostics

Asks the robot for its debugging counters.

This command only works when the robot is in user hacking mode.

Public Class Methods

new() click to toggle source
Calls superclass method SpheroPwn::Command::new
# File lib/sphero_pwn/commands/l2_diagnostics.rb, line 5
def initialize
  super 0x00, 0x41, nil
end

Public Instance Methods

response_class() click to toggle source

@see {SpheroPwn::Command#response_class}

# File lib/sphero_pwn/commands/l2_diagnostics.rb, line 10
def response_class
  SpheroPwn::Commands::L2Diagnostics::Response
end