C# Client 0.0.0.7
C# Library to interface with Corelink
Loading...
Searching...
No Matches
CoreLink.UdpState Class Reference

Utility class for asynchronous data receiving. More...

Inherits System.Object.

Public Member Functions

 UdpState (IPEndPoint e, UdpClient c)
 
 UdpState (UdpClient c)
 

Public Attributes

IPEndPoint e
 
UdpClient c
 

Detailed Description

Utility class for asynchronous data receiving.

Definition at line 99 of file UtilityStructs.cs.

Constructor & Destructor Documentation

◆ UdpState() [1/2]

CoreLink.UdpState.UdpState ( IPEndPoint e,
UdpClient c )

Definition at line 101 of file UtilityStructs.cs.

◆ UdpState() [2/2]

CoreLink.UdpState.UdpState ( UdpClient c)

Definition at line 102 of file UtilityStructs.cs.

Member Data Documentation

◆ c

UdpClient CoreLink.UdpState.c

Definition at line 104 of file UtilityStructs.cs.

◆ e

IPEndPoint CoreLink.UdpState.e

Definition at line 103 of file UtilityStructs.cs.


The documentation for this class was generated from the following file: