RobotKit API
Public Member Functions | Static Public Member Functions | Properties
RKStabilizationCommand Class Reference

Class that encapsulates a stabilization command. More...

#import <RKStabilizationCommand.h>

Inheritance diagram for RKStabilizationCommand:
RKDeviceCommand RKDeviceMessage

List of all members.

Public Member Functions

(id) - initWithState:

Static Public Member Functions

(void) + sendCommandWithState:

Properties

RKStabilizationState state

Detailed Description

This class is used to turn of the control system on Sphero which stabilizes it.

See also:
RKStabilizationResponse

Member Function Documentation

- (id) initWithState: (RKStabilizationState state

The initializer for the object which is used set the state of stabilization.

Parameters:
stateThe new state for the control system stabilization.
Returns:
The initialized object.
+ (void) sendCommandWithState: (RKStabilizationState state

Convenience method for sending the stabilization command.

Parameters:
stateThe new state for the control system stabilization.

Property Documentation

- (RKStabilizationState) state [read, assign]

The new state to set.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties