Click or drag to resize

StreamingStreamingClientGetFrame(GetFrameRequest, CallOptions) Method

Gets a stream which can be waited on each new received frame.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public virtual AsyncServerStreamingCall<Frame> GetFrame(
	GetFrameRequest request,
	CallOptions options
)

Parameters

request  GetFrameRequest
The request to send to the server.
options  CallOptions
The options for the call.

Return Value

AsyncServerStreamingCallFrame
The call object.
See Also