C# Class LINK_SAP_CS_80211.Common.Parameters.OneShotParameters

This class gathers the necessary mechanisms to handle and configure OneShotParameters Report Requests.
Afficher le fichier Open project: ATNoG/ODTONE Class Usage Examples

Méthodes publiques

Méthode Description
HandleOneShotParamConf ( MIH.DataTypes.Link_Cfg_Param linkCfgParam ) : void

This method is reponsible for handling and registering a Link_Cfg_Param.

OneShotParameters ( ) : System

Class main constructor.

Private Methods

Méthode Description
HandleLinkParamGenType ( MIH.DataTypes.Link_Cfg_Param linkCfgParam ) : void

This is a "submethod" that handles the Link_Cfg_Param of Generic Type in particular.

subscribeLinkParamGen_DataRate ( MIH.DataTypes.Link_Cfg_Param linkCfgParam ) : void

This method handles a Link_Cfg_Param related with the DataRate analisis.

Method Details

HandleOneShotParamConf() public méthode

This method is reponsible for handling and registering a Link_Cfg_Param.
public HandleOneShotParamConf ( MIH.DataTypes.Link_Cfg_Param linkCfgParam ) : void
linkCfgParam MIH.DataTypes.Link_Cfg_Param The Link_Cfg_Param.
Résultat void

OneShotParameters() public méthode

Class main constructor.
public OneShotParameters ( ) : System
Résultat System