C# Class PBCaGw.BeaconSender

Inheritance: IDisposable, IBeaconResetter
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp

Méthodes publiques

Méthode Description
BeaconSender ( Socket socket, IPEndPoint local, IEnumerable destinations ) : System
Dispose ( ) : void
ResetBeacon ( ) : void

Private Methods

Méthode Description
SendBeacons ( ) : void

Method Details

BeaconSender() public méthode

public BeaconSender ( Socket socket, IPEndPoint local, IEnumerable destinations ) : System
socket Socket
local System.Net.IPEndPoint
destinations IEnumerable
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ResetBeacon() public méthode

public ResetBeacon ( ) : void
Résultat void