DummyCommunication ReportReceived EventLEGO Mindstorms EV3 API Documentation
For more information, please see the OnlineCodePlex project page and the OnlineGetting Started guide.

Event fired when a complete report is received from the EV3 brick. In this dummy implementation, the event is never fired.

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

public event EventHandler<ReportReceivedEventArgs> ReportReceived

Value

Type: OnlineSystem EventHandler ReportReceivedEventArgs 

Implements

ICommunication ReportReceived
See Also