Click or drag to resize

StatisticsReply Class

Streaming statistics.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIStatisticsReply

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public sealed class StatisticsReply : IMessage<StatisticsReply>, 
	IMessage, IEquatable<StatisticsReply>, IDeepCloneable<StatisticsReply>, 
	IBufferMessage

The StatisticsReply type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyFramesPendingProcess Number of frames pending to be processed since last stream connection.
Public propertyFramesProcessed Number of frames processed since last stream connection.
Public propertyFramesSent Number of frames sent to the stream since last stream connection.
Public propertyStatic memberParser 
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClone 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(StatisticsReply) 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(StatisticsReply) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberFramesPendingProcessFieldNumberField number for the "frames_pending_process" field.
Public fieldStatic memberFramesProcessedFieldNumberField number for the "frames_processed" field.
Public fieldStatic memberFramesSentFieldNumberField number for the "frames_sent" field.
Top
See Also