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

Syntax

C#
public event EventHandler<Protocol_PRO4_Packet_EventArgs> PacketRx
Visual Basic (Declaration)
Public Event PacketRx As EventHandler(Of Protocol_PRO4_Packet_EventArgs)
Visual C++
public:
 event EventHandler<Protocol_PRO4_Packet_EventArgs^>^ PacketRx {
	void add (EventHandler<Protocol_PRO4_Packet_EventArgs^>^ value);
	void remove (EventHandler<Protocol_PRO4_Packet_EventArgs^>^ value);
}

See Also