TextReaderDataProviderID..::..GetApplicationLayerMaster Method
   When overridden in a derived class, instantiates object providing  IApplicationLayerMaster - an object
   implementing master side (playing the role on the field network of the master station,) interface defined for the
   application layer.
   
                
    Namespace: 
   CAS.CommServer.DataProvider.TextReaderAssembly: DataProvider.TextReader (in DataProvider.TextReader.dll)
Syntax
public IApplicationLayerMaster GetApplicationLayerMaster( IProtocolParent pStatistic, CommonBusControl pParent )
Public Function GetApplicationLayerMaster ( _ pStatistic As IProtocolParent, _ pParent As CommonBusControl _ ) As IApplicationLayerMaster
public: IApplicationLayerMaster^ GetApplicationLayerMaster( IProtocolParent^ pStatistic, CommonBusControl^ pParent )
Parameters
- pStatistic
 - Type: IProtocolParent
Statistical information about the communication performance. 
- pParent
 - Type: CommonBusControl
- Base class responsible for all of resources management used by the component. 

