C# Class PBCaGw.BeaconSender

Inheritance: IDisposable, IBeaconResetter
Datei anzeigen Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

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

Private Methods

Method Description
SendBeacons ( ) : void

Method Details

BeaconSender() public method

public BeaconSender ( Socket socket, IPEndPoint local, IEnumerable destinations ) : System
socket Socket
local System.Net.IPEndPoint
destinations IEnumerable
return System

Dispose() public method

public Dispose ( ) : void
return void

ResetBeacon() public method

public ResetBeacon ( ) : void
return void