C# Class WaveBox.Service.Services.NatService

Inheritance: IService
Datei anzeigen Open project: einsteinx2/WaveBox

Private Properties

Property Type Description
DeviceFound void
DeviceLost void
UnhandledException void

Public Methods

Method Description
NatService ( ) : System
Start ( ) : bool
Stop ( ) : bool

Private Methods

Method Description
DeviceFound ( object sender, Mono.Nat.DeviceEventArgs args ) : void
DeviceLost ( object sender, Mono.Nat.DeviceEventArgs args ) : void
UnhandledException ( object sender, UnhandledExceptionEventArgs args ) : void

Method Details

NatService() public method

public NatService ( ) : System
return System

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool