C# 클래스 PBCaGw.BeaconSender

상속: IDisposable, IBeaconResetter
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp

공개 메소드들

메소드 설명
BeaconSender ( Socket socket, IPEndPoint local, IEnumerable destinations ) : System
Dispose ( ) : void
ResetBeacon ( ) : void

비공개 메소드들

메소드 설명
SendBeacons ( ) : void

메소드 상세

BeaconSender() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ResetBeacon() 공개 메소드

public ResetBeacon ( ) : void
리턴 void