Instantiate object containing the aggregate set of statistics
for a particular receiver.
Declaration Syntax
C# |
public LBMReceiverStatistics( LBMReceiver lbmrcv, int maxStats )
Parameters
- lbmrcv (LBMReceiver)
- LBMReceiver object
- maxStats (Int32)
- Maximum number of sources
Remarks
This constructor will throw LBMEInvalException if maxStats is
less than the the available number of transport statistical
sets.
See Also