C# 클래스 WaveBox.Service.Services.NatService

상속: IService
파일 보기 프로젝트 열기: einsteinx2/WaveBox

Private Properties

프로퍼티 타입 설명
DeviceFound void
DeviceLost void
UnhandledException void

공개 메소드들

메소드 설명
NatService ( ) : System
Start ( ) : bool
Stop ( ) : bool

비공개 메소드들

메소드 설명
DeviceFound ( object sender, Mono.Nat.DeviceEventArgs args ) : void
DeviceLost ( object sender, Mono.Nat.DeviceEventArgs args ) : void
UnhandledException ( object sender, UnhandledExceptionEventArgs args ) : void

메소드 상세

NatService() 공개 메소드

public NatService ( ) : System
리턴 System

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : bool
리턴 bool