For more information, please see the
CodePlex project page and the
Getting Started guide.The Brick type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top


Constructors
Name | Description | |
---|---|---|
![]() | Brick(ICommunication) |
Constructor
|
![]() | Brick(ICommunication, Boolean) |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | ConnectAsync |
Connect to the EV3 brick.
|
![]() | ConnectAsync(TimeSpan) |
Connect to the EV3 brick with a specified polling time.
|
![]() | Disconnect |
Disconnect from the EV3 brick
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | BatchCommand |
Send a batch command of multiple direct commands at once. Call the Initialize(CommandType) method with the proper CommandType to set the type of command the batch should be executed as.
|
![]() | Buttons |
Buttons on the face of the LEGO EV3 brick
|
![]() | DirectCommand |
Send "direct commands" to the EV3 brick. These commands are executed instantly and are not batched.
|
![]() | LcdHeight |
Height of LCD screen
|
![]() | LcdWidth |
Width of LCD screen
|
![]() | Ports |
Input and output ports on LEGO EV3 brick
|
![]() | SystemCommand |
Send "system commands" to the EV3 brick. These commands are executed instantly and are not batched.
|
![]() | TopLineHeight |
Height of status bar
|
Events
Name | Description | |
---|---|---|
![]() | BrickChanged |
Event that is fired when a port is changed
|
See Also