Command MembersLEGO Mindstorms EV3 API Documentation
For more information, please see the OnlineCodePlex project page and the OnlineGetting Started guide.

The Command type exposes the following members.
Methods

  NameDescription
Public methodCleanUI
Append the Clean UI command to an existing Command object
Public methodClearAllDevices
Append the Clear All Devices command to an existing Command object
Public methodClearChanges
Append the Clear Changes command to an existing Command object
Public methodCreateDirectory
Append the Create Directory command to an existing Command object
Public methodDeleteFile
Append the Delete File command to an existing Command object
Public methodDrawCircle
Append the Draw Circle command to an existing Command object
Public methodDrawDottedLine
Append the Draw Dotted Line command to an existing Command object
Public methodDrawFillWindow
Append the Draw Fill Window command to an existing Command object
Public methodDrawImage
Append the Draw Image command to an existing Command object
Public methodDrawInverseRectangle
Append the Draw Inverse Rectangle command to an existing Command object
Public methodDrawLine
Append the Draw Line command to an existing Command object
Public methodDrawPixel
Append the Draw Pixel command to an existing Command object
Public methodDrawRectangle
Append the Draw Rectangle command to an existing Command object
Public methodDrawText
Append the Draw Text command to an existing Command object
Public methodEnableTopLine
Append the Enable Top Line command to an existing Command object
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetDeviceName
Append the Get Device Name command to an existing Command object
Public methodGetFirwmareVersion
Append the Get Firmware Version command to an existing Command object
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetModeName
Append the Get Mode Name command to an existing Command object
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetTypeMode
Append the Get Type/Mode command to an existing Command object
Public methodInitialize(CommandType)
Start a new command of a specific type
Public methodInitialize(CommandType, UInt16, Int32)
Start a new command of a speicifc type with a global and/or local buffer on the EV3 brick
Public methodIsBrickButtonPressed
Add the Is Brick Pressed command to an existing Command object
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodPlaySound
Append the Play Sound command to an existing Command object
Public methodPlayTone
Append the Play Tone command to an existing Command object
Public methodReadyPercent
Append the Ready Percent command to an existing Command object
Public methodReadyRaw
Append the Ready Raw command to an existing Command object
Public methodReadySI
Append the Ready SI command to an existing Command object
Public methodSelectFont
Append the Select Font command to an existing Command object
Public methodSendCommandAsync
End and send a Command to the EV3 brick.
Public methodSetLedPattern
Append the Set LED Pattern command to an existing Command object
Public methodSetMotorPolarity
Append the Set Polarity command to an existing Command object
Public methodStartMotor
Start the motor(s) based on previous commands
Public methodStepMotorAtPower(OutputPort, Int32, UInt32, Boolean)
Step the motor connected to the specified port or ports at the specified power for the specified number of steps.
Public methodStepMotorAtPower(OutputPort, Int32, UInt32, UInt32, UInt32, Boolean)
Step the motor connected to the specified port or ports at the specified power for the specified number of steps.
Public methodStepMotorAtSpeed(OutputPort, Int32, UInt32, Boolean)
Step the motor connected to the specified port or ports at the specified speed for the specified number of steps.
Public methodStepMotorAtSpeed(OutputPort, Int32, UInt32, UInt32, UInt32, Boolean)
Step the motor connected to the specified port or ports at the specified speed for the specified number of steps.
Public methodStepMotorSync
Synchronize stepping of motors.
Public methodStopMotor
Append the Stop Motor command to an existing Command object
Public methodTimeMotorSync
Synchronize timing of motors.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodTurnMotorAtPower
Turns the specified motor at the specified power
Public methodTurnMotorAtPowerForTime(OutputPort, Int32, UInt32, Boolean)
Turn the motor connected to the specified port or ports at the specified power for the specified times.
Public methodTurnMotorAtPowerForTime(OutputPort, Int32, UInt32, UInt32, UInt32, Boolean)
Turn the motor connected to the specified port or ports at the specified power for the specified times.
Public methodTurnMotorAtSpeed
Turn the specified motor at the specified speed.
Public methodTurnMotorAtSpeedForTime(OutputPort, Int32, UInt32, Boolean)
Turn the motor connected to the specified port or ports at the specified speed for the specified times.
Public methodTurnMotorAtSpeedForTime(OutputPort, Int32, UInt32, UInt32, UInt32, Boolean)
Turn the motor connected to the specified port or ports at the specified speed for the specified times.
Public methodUpdateUI
Append the Update UI command to an existing Command object
Back to Top
See Also