RobotKit API
|
Class that encapsulates a stabilization command. More...
#import <RKStabilizationCommand.h>
Public Member Functions | |
(id) | - initWithState: |
Static Public Member Functions | |
(void) | + sendCommandWithState: |
Properties | |
RKStabilizationState | state |
This class is used to turn of the control system on Sphero which stabilizes it.
- (id) initWithState: | (RKStabilizationState) | state |
The initializer for the object which is used set the state of stabilization.
state | The new state for the control system stabilization. |
+ (void) sendCommandWithState: | (RKStabilizationState) | state |
Convenience method for sending the stabilization command.
state | The new state for the control system stabilization. |
- (RKStabilizationState) state [read, assign] |
The new state to set.