Lego.Ev3.Core NamespaceLEGO Mindstorms EV3 API Documentation
For more information, please see the OnlineCodePlex project page and the OnlineGetting Started guide.

Core classes for the EV3 API.
Classes

  ClassDescription
Public classBrick
Main EV3 brick interface
Public classBrickButtons
Buttons on the face of the LEGO EV3 brick
Public classBrickChangedEventArgs
Arguments for PortsChanged event
Public classCommand
Command or chain of commands to be written to the EV3 brick
Public classDirectCommand
Direct commands for the EV3 brick
Public classDummyCommunication
Dummy object for testing. Does not actually connect or communicate with EV3 brick.
Public classPort
An input or output port on the EV3 brick
Public classReportReceivedEventArgs
Event arguments for the ReportReceived event.
Public classSystemCommand
Direct commands for the EV3 brick
Interfaces

  InterfaceDescription
Public interfaceICommunication
Interface for communicating with the EV3 brick
Enumerations

  EnumerationDescription
Public enumerationBrickButton
Buttons on the face of the EV3 brick
Public enumerationColor
UI colors
Public enumerationColorMode
EV3 Color Sensor mode
Public enumerationColorSensorColor
Values returned by the color sensor
Public enumerationCommandType
The type of command being sent to the brick
Public enumerationDeviceType
List of devices which can be recognized as input or output devices
Public enumerationFontType
Font types for drawing text to the screen
Public enumerationFormat
Format for sensor data.
Public enumerationGyroscopeMode
EV3 Gyroscope Sensor mode
Public enumerationInfraredMode
EV3 Infrared Sensor mode
Public enumerationInputPort
Ports which can receive input data
Public enumerationLedPattern
Pattern to light up the EV3 brick's LED
Public enumerationMotorMode
Motor mode
Public enumerationNxtColorMode
NXT Color Sensor mode
Public enumerationNxtLightMode
NXT Light Sensor mode
Public enumerationNxtSoundMode
NXT Sound Sensor mode
Public enumerationNxtTemperatureMode
NXT Temperature Sensor mode
Public enumerationNxtUltrasonicMode
NXT Ultrasonic Sensor mode
Public enumerationOutputPort
Ports which can send output
Public enumerationPolarity
Polarity/direction to turn the motor
Public enumerationTouchMode
NXT and EV3 Touch Sensor mode
Public enumerationUltrasonicMode
EV3 Ultrasonic Sensor mode