C# Class CaSharpServer.CAUdpListener

Answers to the search requests
Inheritance: IDisposable
Datei anzeigen Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Public Methods

Method Description
CAUdpListener ( IPAddress serverAddress, int port, CAServerFilter filter ) : System

Bind to the

Dispose ( ) : void

Private Methods

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

Method Details

CAUdpListener() public method

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

Dispose() public method

public Dispose ( ) : void
return void