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.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax 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
AcquisitionStartReplyThe response received from the server.
See Also