Click or drag to resize

StatisticsRequest Class

Request to get the statistics for a given device ID or the default connected device.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIStatisticsRequest

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

The StatisticsRequest type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyDeviceId Serial number of the device to get the stream statistics for.
Public propertyStatic memberParser 
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClone 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(StatisticsRequest) 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(StatisticsRequest) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberDeviceIdFieldNumberField number for the "device_id" field.
Top
See Also