C# Class LINK_SAP_CS_80211.Common.Parameters.OneShotParameters

This class gathers the necessary mechanisms to handle and configure OneShotParameters Report Requests.
显示文件 Open project: ATNoG/ODTONE Class Usage Examples

Public Methods

Method 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

Method 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 method

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.
return void

OneShotParameters() public method

Class main constructor.
public OneShotParameters ( ) : System
return System