Brick Constructor (ICommunication, Boolean)LEGO Mindstorms EV3 API Documentation
For more information, please see the OnlineCodePlex project page and the OnlineGetting Started guide.

Constructor

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

public Brick(
	ICommunication comm,
	bool alwaysSendEvents
)

Parameters

comm
Type: Lego.Ev3.Core ICommunication
Object implementing the ICommunication interface for talking to the brick
alwaysSendEvents
Type: OnlineSystem Boolean
Send events when data changes, or at every poll
See Also