AcquisitionAcquisitionBaseStop Method |
Stops the acquisition on a specific card or all connected cards if no card is specified.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntaxpublic virtual Task<AcquisitionStopReply> Stop(
AcquisitionStopRequest request,
ServerCallContext context
)
Parameters
- request AcquisitionStopRequest
- The request received from the client.
- context ServerCallContext
- The context of the server-side call handler being invoked.
Return Value
TaskAcquisitionStopReplyThe response to send back to the client (wrapped by a task).
See Also