Click or drag to resize

Streaming.StreamingBase Class

Base class for server-side implementations of Streaming
Inheritance Hierarchy
System.Object
  RAYLASE.PDA.API.Streaming.StreamingBase

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.2.0
Syntax
C#
public abstract class StreamingBase

The Streaming.StreamingBase type exposes the following members.

Methods
 NameDescription
Public methodGetFrame Gets a stream which can be waited on each new received frame.
Public methodGetStatistics Gets the streaming statistics during or after acquisition.
Public methodInitialize Initializes the streaming service.
Public methodTriggerTraceSave Triggers saving a trace file when streaming is configured in StreamingMode.SM_TRIGGER
Top
See Also