Click or drag to resize

UdpClientEventArgs Class

This interface clearly defines the API required by the ITool implementations
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Demo3D.VisualsUdpClientEventArgs

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class UdpClientEventArgs : EventArgs

The UdpClientEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodUdpClientEventArgsInitializes a new instance of the UdpClientEventArgs class
Top
Fields
 NameDescription
Public fieldClient 
Public fieldData 
Public fieldEndPoint 
Top
See Also