StreamingStreamingClient Class |
Client for Streaming
Inheritance HierarchySystemObject
ClientBase
ClientBaseStreamingStreamingClient
RAYLASE.PDA.APIStreamingStreamingClient
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.2.0
Syntaxpublic class StreamingClient : ClientBase<StreamingStreamingClient>
The StreamingStreamingClient type exposes the following members.
Constructors
Methods | Name | Description |
---|
 | GetFrame(GetFrameRequest, CallOptions) |
Gets a stream which can be waited on each new received frame.
|
 | GetFrame(GetFrameRequest, Metadata, NullableDateTime, CancellationToken) |
Gets a stream which can be waited on each new received frame.
|
 | GetStatistics(StatisticsRequest, CallOptions) |
Gets the streaming statistics during or after acquisition.
|
 | GetStatistics(StatisticsRequest, Metadata, NullableDateTime, CancellationToken) |
Gets the streaming statistics during or after acquisition.
|
 | GetStatisticsAsync(StatisticsRequest, CallOptions) |
Gets the streaming statistics during or after acquisition.
|
 | GetStatisticsAsync(StatisticsRequest, Metadata, NullableDateTime, CancellationToken) |
Gets the streaming statistics during or after acquisition.
|
 | Initialize(InitializeRequest, CallOptions) |
Initializes the streaming service.
|
 | Initialize(InitializeRequest, Metadata, NullableDateTime, CancellationToken) |
Initializes the streaming service.
|
 | InitializeAsync(InitializeRequest, CallOptions) |
Initializes the streaming service.
|
 | InitializeAsync(InitializeRequest, Metadata, NullableDateTime, CancellationToken) |
Initializes the streaming service.
|
 | TriggerTraceSave(TriggerTraceSaveRequest, CallOptions) |
Triggers saving a trace file when streaming is configured in StreamingMode.SM_TRIGGER
|
 | TriggerTraceSave(TriggerTraceSaveRequest, Metadata, NullableDateTime, CancellationToken) |
Triggers saving a trace file when streaming is configured in StreamingMode.SM_TRIGGER
|
 | TriggerTraceSaveAsync(TriggerTraceSaveRequest, CallOptions) |
Triggers saving a trace file when streaming is configured in StreamingMode.SM_TRIGGER
|
 | TriggerTraceSaveAsync(TriggerTraceSaveRequest, Metadata, NullableDateTime, CancellationToken) |
Triggers saving a trace file when streaming is configured in StreamingMode.SM_TRIGGER
|
Top
See Also