C# Class Cirrious.MvvmCross.Plugins.Sphero.Commands.RollCommand

Inheritance: BaseSpheroCommand
Mostra file Open project: slodge/BallControl Class Usage Examples

Public Methods

Method Description
RollCommand ( int velocity, int heading, bool isStop ) : System

Protected Methods

Method Description
GetPayloadBytes ( ) : byte[]

Method Details

GetPayloadBytes() protected final method

protected final GetPayloadBytes ( ) : byte[]
return byte[]

RollCommand() public method

public RollCommand ( int velocity, int heading, bool isStop ) : System
velocity int
heading int
isStop bool
return System