Click or drag to resize

AcquisitionAcquisitionBaseStart Method

Starts the acquisition on a specific card or all connected cards if no card is specified. The service's card configurations must be greater or equal the number of connected cards.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public virtual Task<AcquisitionStartReply> Start(
	AcquisitionStartRequest request,
	ServerCallContext context
)

Parameters

request  AcquisitionStartRequest
The request received from the client.
context  ServerCallContext
The context of the server-side call handler being invoked.

Return Value

TaskAcquisitionStartReply
The response to send back to the client (wrapped by a task).
See Also