UdpState Class
NuGet: GHIElectronics.TinyCLR.EthernetIP.Scanner
Assembly: GHIElectronics.TinyCLR.EthernetIP.Scanner
Namespace: GHIElectronics.TinyCLR.EthernetIP.Scanner
Holds the UDP client and endpoint used by an asynchronous receive operation.
public class UdpState
Fields
e
public System.Net.IPEndPoint e
The remote endpoint associated with the UDP operation.
u
public UdpClient u
The UDP client used to send or receive.