C# Class CaSharpServer.CAUdpListener

Answers to the search requests
Inheritance: IDisposable
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Méthodes publiques

Méthode Description
CAUdpListener ( IPAddress serverAddress, int port, CAServerFilter filter ) : System

Bind to the

Dispose ( ) : void

Private Methods

Méthode Description
GotUdpMessage ( IAsyncResult ar ) : void
Send ( byte data, IPEndPoint receiver ) : void

Method Details

CAUdpListener() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void