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

The ICommunication type exposes the following members.
Methods

  NameDescription
Public methodConnectAsync
Connect to the EV3 brick.
Public methodDisconnect
Disconnect from the EV3 brick.
Public methodWriteAsync
Write a report to the EV3 brick.
Back to Top
Events

  NameDescription
Public eventReportReceived
Fired when a full report is ready to parse and process.
Back to Top
See Also