C# Class LINK_SAP_CS_80211.Common.Parameters.LinkParamGenDataRateEventWatcher

This class encapsulates the mecanism for subscribing DataRate events.
Afficher le fichier Open project: ATNoG/ODTONE Class Usage Examples

Méthodes publiques

Méthode Description
LinkParamGenDataRateEventWatcher ( MIH.DataTypes.Threshold th ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
mw_EventArrived ( object sender, System e ) : void
subscribeEvent ( MIH.DataTypes.Threshold th ) : void

Method Details

LinkParamGenDataRateEventWatcher() public méthode

public LinkParamGenDataRateEventWatcher ( MIH.DataTypes.Threshold th ) : System
th MIH.DataTypes.Threshold
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void