C# Class LINK_SAP_CS_80211.Common.Parameters.LinkParamGenDataRateEventWatcher

This class encapsulates the mecanism for subscribing DataRate events.
Mostrar archivo Open project: ATNoG/ODTONE Class Usage Examples

Public Methods

Method Description
LinkParamGenDataRateEventWatcher ( MIH.DataTypes.Threshold th ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

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

Method Details

LinkParamGenDataRateEventWatcher() public method

public LinkParamGenDataRateEventWatcher ( MIH.DataTypes.Threshold th ) : System
th MIH.DataTypes.Threshold
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void