Method | Description | |
---|---|---|
Brick ( ICommunication comm ) : System |
Constructor
|
|
Brick ( ICommunication comm, bool alwaysSendEvents ) : System |
Constructor
|
|
Disconnect ( ) : void |
Disconnect from the EV3 brick
|
Method | Description | |
---|---|---|
ConnectAsync ( ) : Task | ||
ConnectAsync ( TimeSpan pollingTime ) : Task | ||
ConnectAsyncInternal ( TimeSpan pollingTime ) : Task | ||
OnBrickChanged ( Lego.Ev3.Core.BrickChangedEventArgs e ) : void | ||
PollSensorsAsync ( ) : Task | ||
ReportReceived ( object sender, |
||
SendCommandAsyncInternal ( Lego.Ev3.Core.Command c ) : Task |
public Brick ( ICommunication comm ) : System | ||
comm | ICommunication | Object implementing the |
return | System |
public Brick ( ICommunication comm, bool alwaysSendEvents ) : System | ||
comm | ICommunication | Object implementing the |
alwaysSendEvents | bool | Send events when data changes, or at every poll |
return | System |