Click or drag to resize

AcquisitionAcquisitionClientStart(AcquisitionStartRequest, CallOptions) 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 AcquisitionStartReply Start(
	AcquisitionStartRequest request,
	CallOptions options
)

Parameters

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

Return Value

AcquisitionStartReply
The response received from the server.
See Also