Click or drag to resize

GetFrameRequest Class

Request to start a frame stream for a given device ID or the default connected device.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIGetFrameRequest

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

The GetFrameRequest type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyDeviceId Serial number of the device to get the stream for.
Public propertyHasIncludeTriggeredOffEdgeGets whether the "include_triggered_off_edge" field is set
Public propertyHasIncludeTriggeredOnEdgeGets whether the "include_triggered_on_edge" field is set
Public propertyHasTimestampInTicksGets whether the "timestamp_in_ticks" field is set
Public propertyIncludeTriggeredOffEdge If true, the off trigger timestamp and value are last in each segment.
Public propertyIncludeTriggeredOnEdge If true, the timestamp and value before the on trigger are first in each segment.
Public propertyStatic memberParser 
Public propertyTimestampInTicks Timestamps in ticks instead of milliseconds.
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClearIncludeTriggeredOffEdgeClears the value of the "include_triggered_off_edge" field
Public methodClearIncludeTriggeredOnEdgeClears the value of the "include_triggered_on_edge" field
Public methodClearTimestampInTicksClears the value of the "timestamp_in_ticks" field
Public methodClone 
Public methodEquals(GetFrameRequest) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(GetFrameRequest) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberDeviceIdFieldNumberField number for the "device_id" field.
Public fieldStatic memberIncludeTriggeredOffEdgeFieldNumberField number for the "include_triggered_off_edge" field.
Public fieldStatic memberIncludeTriggeredOnEdgeFieldNumberField number for the "include_triggered_on_edge" field.
Public fieldStatic memberTimestampInTicksFieldNumberField number for the "timestamp_in_ticks" field.
Top
See Also