OpenMetaverse Protocol Library Developers API Documentation
UtilizationStatistics . . :: . . Stat Constructor (type, txCount, rxCount, txBytes, rxBytes)
NamespacesOpenMetaverse.Stats UtilizationStatistics . . :: . . StatUtilizationStatistics . . :: . . Stat(Type, Int64, Int64, Int64, Int64)
Initializes a new instance of the UtilizationStatistics . . :: . . Statclass
Declaration Syntax
C#
public 
Stat(
        
Type 
type,
        
long 
txCount,
        
long 
rxCount,
        
long 
txBytes,
        
long 
rxBytes
)
Parameters
type ( Type)
txCount ( Int64)
rxCount ( Int64)
txBytes ( Int64)
rxBytes ( Int64)

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)