C# Class WaveBox.Service.Services.NatService

Inheritance: IService
Afficher le fichier Open project: einsteinx2/WaveBox

Private Properties

Свойство Type Description
DeviceFound void
DeviceLost void
UnhandledException void

Méthodes publiques

Méthode Description
NatService ( ) : System
Start ( ) : bool
Stop ( ) : bool

Private Methods

Méthode 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 méthode

public NatService ( ) : System
Résultat System

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool