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

The type of command being sent to the brick

Namespace: Lego.Ev3.Core
Assembly: Lego.Ev3.Desktop (in Lego.Ev3.Desktop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum CommandType
Members

  Member nameValueDescription
DirectReply0 Direct command with a reply expected
DirectNoReply128 Direct command with no reply
SystemReply1 System command with a reply expected
SystemNoReply129 System command with no reply
See Also