C# Class CaSharpServer.UdpListener

ファイルを表示 Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
UdpListener ( IPAddress serverAddress, int port, ServerFilter filter ) : System

Bind to the

Private Methods

Method Description
GotUdpMessage ( IAsyncResult ar ) : void
Send ( byte data, IPEndPoint receiver ) : void

Method Details

UdpListener() public method

Bind to the
public UdpListener ( IPAddress serverAddress, int port, ServerFilter filter ) : System
serverAddress System.Net.IPAddress
port int
filter ServerFilter
return System