AcquisitionAcquisitionBaseDiscover Method |
Discovers all cards connected to the PC running the service and on the service PC's network.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntaxpublic virtual Task<DiscoverReply> Discover(
DiscoverRequest request,
ServerCallContext context
)
Parameters
- request DiscoverRequest
- The request received from the client.
- context ServerCallContext
- The context of the server-side call handler being invoked.
Return Value
TaskDiscoverReplyThe response to send back to the client (wrapped by a task).
See Also