class SpheroPwn::Async

Superclass for all asynchronous messages sent from the robot to the computer.

Attributes

data_bytes[R]

@return {Array<Number>} the payload

Public Class Methods

new(data_bytes) click to toggle source
# File lib/sphero_pwn/async.rb, line 7
def initialize(data_bytes)
  @data_bytes = data_bytes
end