Click or drag to resize

StreamingStreamingBase Class

Base class for server-side implementations of Streaming
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIStreamingStreamingBase

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

The StreamingStreamingBase 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