|
C# Client
0.0.0.7
C# Library to interface with Corelink
|
Utility class for asynchronous data receiving More...
Inherits Object.
Public Member Functions | |
| UdpState (IPEndPoint e, UdpClient c) | |
| UdpState (UdpClient c) | |
Public Attributes | |
| IPEndPoint | e |
| UdpClient | c |
Utility class for asynchronous data receiving
Definition at line 99 of file UtilityStructs.cs.
| CoreLink.UdpState.UdpState | ( | IPEndPoint | e, |
| UdpClient | c | ||
| ) |
Definition at line 101 of file UtilityStructs.cs.
| CoreLink.UdpState.UdpState | ( | UdpClient | c | ) |
Definition at line 102 of file UtilityStructs.cs.
| UdpClient CoreLink.UdpState.c |
Definition at line 104 of file UtilityStructs.cs.
| IPEndPoint CoreLink.UdpState.e |
Definition at line 103 of file UtilityStructs.cs.