Paramater type passed to serial reception event handler

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class DataReceivedArgs : EventArgs
Visual Basic (Declaration)
Public Class DataReceivedArgs _
	Inherits EventArgs
Visual C++
public ref class DataReceivedArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    VideoRay.Communication..::.CommPort..::.DataReceivedArgs

See Also