Protocol_PRO4_Packet EventArgs wrapper for packet reception event handling

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    VideoRay.Communication..::.Protocol_PRO4_Packet_EventArgs

See Also